ROSE
0.9.6a
|
#include "/home/thuerey1/local/include/config.h"
#include "DatabaseGraph.h"
#include "Classhierarchy.h"
#include "TableDefinitions.h"
Go to the source code of this file.
Classes | |
class | callgraphVertexData |
class | Callgraph |
callgraph, implemented with a boost graph More... | |
class | CallgraphInhAttr |
class | CallgraphTraversal |
Namespaces | |
boost | |
Constant Groups | |
boost | |
Macros | |
#define | SIDEEFFECTS_UNDECIDED 1 |
constants whether function has or has no side effects (or whether its currently unknown) More... | |
#define | SIDEEFFECTS_NO 2 |
#define | SIDEEFFECTS_YES 3 |
#define | FUNCCALL_IMPLICIT 1 |
constants for implicit/explicit function calls More... | |
#define | FUNCCALL_EXPLICIT 2 |
Enumerations | |
enum | boost::vertex_callgraph_t { boost::vertex_callgraph } |
Functions | |
USE_TABLE_FUNCTIONS () | |
boost::BOOST_INSTALL_PROPERTY (vertex, callgraph) | |
#define SIDEEFFECTS_UNDECIDED 1 |
constants whether function has or has no side effects (or whether its currently unknown)
Definition at line 68 of file Callgraph.h.
#define SIDEEFFECTS_NO 2 |
Definition at line 69 of file Callgraph.h.
#define SIDEEFFECTS_YES 3 |
Definition at line 70 of file Callgraph.h.
#define FUNCCALL_IMPLICIT 1 |
constants for implicit/explicit function calls
Definition at line 74 of file Callgraph.h.
#define FUNCCALL_EXPLICIT 2 |
Definition at line 75 of file Callgraph.h.
USE_TABLE_FUNCTIONS | ( | ) |