1 #ifndef ROSE_GENERIC_DATAFLOW_COMMON_H
2 #define ROSE_GENERIC_DATAFLOW_COMMON_H
21 using std::stringstream;
22 using std::ostringstream;
29 using namespace VirtualCFG;
33 const int INF = 10101010;
37 inline bool XOR(
bool x,
bool y) {
return x != y; }
39 #define SgDefaultFile Sg_File_Info::generateDefaultFileInfoForTransformationNode()