LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libcallgraph.hh
Go to the documentation of this file.
1 
6 #ifndef CALLGRAPH_LIBCALLGRAPH_HH
7 # define CALLGRAPH_LIBCALLGRAPH_HH
8 
9 # include <ast/fwd.hh>
10 # include <callgraph/fundec-graph.hh>
11 
13 namespace callgraph
14 {
15 
16 #ifdef SWIG
17  %newobject callgraph_compute;
18 #endif
19 
20  const CallGraph* callgraph_compute(const ast::Ast& tree);
22 
23 } // namespace callgraph
24 
25 #endif // !CALLGRAPH_LIBCALLGRAPH_HH