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
AstNodeVisitMapping.h
1
// Author: Markus Schordan
2
// $Id: AstNodeVisitMapping.h,v 1.2 2006/04/24 00:21:32 dquinlan Exp $
3
4
#ifndef ASTNODEVISITMAPPING_H
5
#define ASTNODEVISITMAPPING_H
6
7
#include <map>
8
#include <string>
9
#include "AstProcessing.h"
10
11
class
AstNodeVisitMapping
:
public
SgSimpleProcessing
{
12
public
:
13
AstNodeVisitMapping
(
int
pn):pagenum(pn) {}
14
typedef
std::map<std::string,int> MappingType;
15
typedef
MappingType::value_type MappingPairType;
16
MappingType address_pagenum;
17
int
pagenum;
18
void
visit
(
SgNode
* node);
19
};
11
class
AstNodeVisitMapping
:
public
SgSimpleProcessing
{
…
};
20
21
#endif
AstNodeVisitMapping
Definition
AstNodeVisitMapping.h:11
AstNodeVisitMapping::visit
void visit(SgNode *node)
this method is called at every traversed node.
SgNode
This class represents the base class for all IR nodes within Sage III.
Definition
Cxx_Grammar.h:124
SgSimpleProcessing
Definition
AstSimpleProcessing.h:97
Generated on Mon Mar 10 2025 00:08:54 for ROSE by
1.9.8