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
simpleAnalyses
saveDotAnalysis.h
1
#include <featureTests.h>
2
#ifdef ROSE_ENABLE_SOURCE_ANALYSIS
3
4
#ifndef SAVEDOT_ANALYSIS_H
5
#define SAVEDOT_ANALYSIS_H
6
7
#include "genericDataflowCommon.h"
8
#include "VirtualCFGIterator.h"
9
#include "cfgUtils.h"
10
#include "CallGraphTraverse.h"
11
#include "analysisCommon.h"
12
#include "analysis.h"
13
#include "dataflow.h"
14
#include "latticeFull.h"
15
16
17
extern
int
divAnalysisDebugLevel;
18
19
/***********************
20
*** SaveDotAnalysis ***
21
***********************/
22
// The SaveDotAnalysis saves its target function's CFG into a file
23
class
SaveDotAnalysis
:
virtual
public
IntraProceduralAnalysis
24
{
25
public
:
26
27
bool
runAnalysis(
const
Function
& func,
NodeState
* state);
28
};
23
class
SaveDotAnalysis
:
virtual
public
IntraProceduralAnalysis
{
…
};
29
30
31
// Saves the CFGs of all the functions into their own files
32
// Precondition: initAnalysis() has been called
33
void
saveCFGsToDots();
34
35
#endif
36
#endif
Function
Definition
CallGraphTraverse.h:18
IntraProceduralAnalysis
Definition
analysis.h:38
NodeState
Definition
nodeState.h:93
SaveDotAnalysis
Definition
saveDotAnalysis.h:24
Generated on Mon Mar 10 2025 00:08:55 for ROSE by
1.9.8