CBMC
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
j
l
m
r
t
w
Functions
a
c
d
f
g
r
t
w
Typedefs
Enumerations
Classes
Class List
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
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Related Symbols
b
c
d
e
g
i
j
m
n
o
s
t
u
v
Files
File List
File 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
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
y
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
_
a
b
c
d
f
g
i
l
m
p
r
s
t
u
v
w
Enumerator
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
remove_internal_symbols.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Remove symbols that are internal only
4
5
Author: Daniel Kroening
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_LINKING_REMOVE_INTERNAL_SYMBOLS_H
13
#define CPROVER_LINKING_REMOVE_INTERNAL_SYMBOLS_H
14
15
#include <
util/irep.h
>
16
17
#include <set>
18
19
class
message_handlert
;
20
21
void
remove_internal_symbols
(
22
class
symbol_table_baset
&symbol_table,
23
message_handlert
&,
24
const
bool
);
25
26
void
remove_internal_symbols
(
27
class
symbol_table_baset
&symbol_table,
28
message_handlert
&,
29
const
bool
keep_file_local,
30
const
std::set<irep_idt> &
keep
);
31
32
#endif
// CPROVER_LINKING_REMOVE_INTERNAL_SYMBOLS_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
message_handlert
Definition
message.h:27
symbol_table_baset
The symbol table base class interface.
Definition
symbol_table_base.h:23
irep.h
remove_internal_symbols
void remove_internal_symbols(class symbol_table_baset &symbol_table, message_handlert &, const bool)
Removes internal symbols from a symbol table A symbol is EXPORTED if it is a.
Definition
remove_internal_symbols.cpp:106
src
linking
remove_internal_symbols.h
Generated by
1.9.8