ROSE
0.11.145.237
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
midend
programAnalysis
genericDataflow
analysis
analysisCommon.h
1
#include <featureTests.h>
2
#ifdef ROSE_ENABLE_SOURCE_ANALYSIS
3
4
#ifndef ANALYSIS_COMMON
5
#define ANALYSIS_COMMON
6
7
#include "genericDataflowCommon.h"
8
#include "cfgUtils.h"
9
#include "CallGraphTraverse.h"
10
11
// initializes the compiler analysis framework
12
void
initAnalysis(
SgProject
* p);
13
14
// returns the SgProject object that represents our current project
15
//SgProject* getProject();
16
17
// returns the call graph of the current project
18
SgIncidenceDirectedGraph
* getCallGraph();
19
20
#endif
21
#endif
SgIncidenceDirectedGraph
Definition
Cxx_Grammar.h:61642
SgProject
This class represents a source project, with a list of SgFile objects and global information about th...
Definition
Cxx_Grammar.h:39191
Generated on Mon Mar 10 2025 00:08:55 for ROSE by
1.9.8