ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
util.h
Go to the documentation of this file.
1 /*
2  * File: util.h
3  * Author: Cong Hou [hou_cong@gatech.edu]
4  */
5 
6 #ifndef SYSTEM_DEPENDENCE_GRAPH_UTIL_H
7 #define SYSTEM_DEPENDENCE_GRAPH_UTIL_H
8 
9 #include "cong_staticCFG.h"
10 
11 namespace SDG
12 {
13 
14 typedef std::map<
17  std::vector<StaticCFG::ControlFlowGraph::Edge> > >
19 
22 
24 bool isParaPassedByRef(SgType* type);
25 
26 } // end of namespace SystemDependenceGraph
27 
28 
29 
30 #endif /* SYSTEM_DEPENDENCE_GRAPH_UTIL_H */
31