13 #include "/home/thuerey1/local/include/config.h"
15 #include "DatabaseGraph.h"
18 #include "TableDefinitions.h"
19 #ifndef TABLES_DEFINED
42 vecS, vecS, bidirectionalS, property< vertex_callgraph_t, callgraphVertexData, GraphvizVertexProperty>,
44 GraphvizGraphProperty >
48 Callgraph(
long pid,
long type, GlobalDatabaseConnection *gdb ) :
49 DatabaseGraph<functionsRowdata, EdgeTypeEmpty, vecS, vecS, bidirectionalS,
52 GraphvizGraphProperty >(pid,type,gdb) { };
68 #define SIDEEFFECTS_UNDECIDED 1
69 #define SIDEEFFECTS_NO 2
70 #define SIDEEFFECTS_YES 3
74 #define FUNCCALL_IMPLICIT 1
75 #define FUNCCALL_EXPLICIT 2