ROSE
0.9.6a
|
#include <sage3.h>
#include <list>
#include <map>
#include <set>
#include <vector>
#include <string>
#include <iostream>
#include <sstream>
#include "AnalysisDebuggingUtils.h"
Go to the source code of this file.
Macros | |
#define | SgDefaultFile Sg_File_Info::generateDefaultFileInfoForTransformationNode() |
Typedefs | |
typedef long long | quad |
typedef std::map< quad, quad > | m_quad2quad |
typedef std::map< quad, std::string > | m_quad2str |
typedef std::map< quad, m_quad2quad > | m_quad2map |
typedef std::pair< quad, quad > | quadpair |
typedef std::list< quad > | quadlist |
typedef std::map< quad, quadpair > | m_quad2quadpair |
typedef std::map< quad, bool > | m_quad2bool |
Functions | |
bool | XOR (bool x, bool y) |
Variables | |
const int | ZERO = 0 |
const int | INF = 10101010 |
const std::string | ZEROStr = "0" |
#define SgDefaultFile Sg_File_Info::generateDefaultFileInfoForTransformationNode() |
Definition at line 39 of file genericDataflowCommon.h.
typedef long long quad |
Definition at line 45 of file genericDataflowCommon.h.
typedef std::map<quad, quad> m_quad2quad |
Definition at line 48 of file genericDataflowCommon.h.
typedef std::map<quad, std::string> m_quad2str |
Definition at line 49 of file genericDataflowCommon.h.
typedef std::map<quad, m_quad2quad> m_quad2map |
Definition at line 50 of file genericDataflowCommon.h.
Definition at line 51 of file genericDataflowCommon.h.
Definition at line 52 of file genericDataflowCommon.h.
typedef std::map<quad, quadpair> m_quad2quadpair |
Definition at line 53 of file genericDataflowCommon.h.
typedef std::map<quad, bool> m_quad2bool |
Definition at line 54 of file genericDataflowCommon.h.
|
inline |
Definition at line 37 of file genericDataflowCommon.h.
const int ZERO = 0 |
Definition at line 31 of file genericDataflowCommon.h.
const int INF = 10101010 |
Definition at line 33 of file genericDataflowCommon.h.
const std::string ZEROStr = "0" |
Definition at line 34 of file genericDataflowCommon.h.