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
▼
CBMC
►
Documentation
►
Code Contracts in CBMC
►
The CPROVER C++ API
►
Libcprover-rust
►
Symex and GOTO program instructions
Deprecated List
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
goto_analyzer_languages.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Language Registration
4
5
Author: Martin Brain, martin.brain@cs.ox.ac.uk
6
7
\*******************************************************************/
8
11
12
#include "
goto_analyzer_parse_options.h
"
13
14
#include <
langapi/mode.h
>
15
16
#include <
ansi-c/ansi_c_language.h
>
17
#include <
cpp/cpp_language.h
>
18
19
void
goto_analyzer_parse_optionst::register_languages
()
20
{
21
register_language
(
new_ansi_c_language
);
22
register_language
(
new_cpp_language
);
23
}
19
void
goto_analyzer_parse_optionst::register_languages
() {
…
}
new_ansi_c_language
std::unique_ptr< languaget > new_ansi_c_language()
Definition
ansi_c_language.cpp:152
ansi_c_language.h
goto_analyzer_parse_optionst::register_languages
void register_languages() override
Definition
goto_analyzer_languages.cpp:19
new_cpp_language
std::unique_ptr< languaget > new_cpp_language()
Definition
cpp_language.cpp:197
cpp_language.h
C++ Language Module.
goto_analyzer_parse_options.h
Goto-Analyser Command Line Option Processing.
register_language
void register_language(language_factoryt factory)
Register a language Note: registering a language is required for using the functions in language_util...
Definition
mode.cpp:39
mode.h
src
goto-analyzer
goto_analyzer_languages.cpp
Generated by
1.9.8