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
astProcessing
AstReverseSimpleProcessing.h
1
// Author: Markus Schordan
2
// $Id: AstReverseSimpleProcessing.h,v 1.2 2008/01/08 02:56:38 dquinlan Exp $
3
4
#ifndef ASTSIMPLEREVERSEPROCESSING_H
5
#define ASTSIMPLEREVERSEPROCESSING_H
6
7
// tps (01/08/2010) Added sage3basic since this doesnt compile under gcc4.1.2
8
//#include "sage3basic.h"
9
//#include "sage3.h"
10
11
#include "AstReverseProcessing.h"
12
13
// these functions have to be put in a different file than the other 3 templated versions to compile&link with gcc
14
16
// REVERSE PRFIX PROCESSING
18
19
class
AstReversePrefixSimpleProcessing
:
public
AstSimpleProcessing
{
20
public
:
21
AstReversePrefixSimpleProcessing
();
22
protected
:
23
virtual
void
setNodeSuccessors(
SgNode
* node, SuccessorsContainer& succContainer);
24
};
19
class
AstReversePrefixSimpleProcessing
:
public
AstSimpleProcessing
{
…
};
25
27
// REVERSE BRANCH PROCESSING
29
30
class
AstReverseBranchSimpleProcessing
:
public
AstSimpleProcessing
{
31
public
:
32
AstReverseBranchSimpleProcessing
();
33
protected
:
34
virtual
void
setNodeSuccessors(
SgNode
* node, SuccessorsContainer& succContainer);
35
};
30
class
AstReverseBranchSimpleProcessing
:
public
AstSimpleProcessing
{
…
};
36
37
#endif
AstReverseBranchSimpleProcessing
Definition
AstReverseSimpleProcessing.h:30
AstReversePrefixSimpleProcessing
Definition
AstReverseSimpleProcessing.h:19
AstSimpleProcessing
Class for traversing the AST.
Definition
AstSimpleProcessing.h:61
SgNode
This class represents the base class for all IR nodes within Sage III.
Definition
Cxx_Grammar.h:124
Generated on Mon Mar 10 2025 00:08:54 for ROSE by
1.9.8