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
goto_synthesizer_languages.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
Module: Language Registration
3
Author: Qinheping Hu
4
\*******************************************************************/
5
8
9
#include <
ansi-c/ansi_c_language.h
>
10
#include <
cpp/cpp_language.h
>
11
#include <
langapi/mode.h
>
12
13
#include "
goto_synthesizer_parse_options.h
"
14
15
void
goto_synthesizer_parse_optionst::register_languages
()
16
{
17
register_language
(
new_ansi_c_language
);
18
register_language
(
new_cpp_language
);
19
}
15
void
goto_synthesizer_parse_optionst::register_languages
() {
…
}
new_ansi_c_language
std::unique_ptr< languaget > new_ansi_c_language()
Definition
ansi_c_language.cpp:155
ansi_c_language.h
goto_synthesizer_parse_optionst::register_languages
void register_languages() override
Definition
goto_synthesizer_languages.cpp:15
new_cpp_language
std::unique_ptr< languaget > new_cpp_language()
Definition
cpp_language.cpp:197
cpp_language.h
C++ Language Module.
goto_synthesizer_parse_options.h
Command Line Parsing.
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-synthesizer
goto_synthesizer_languages.cpp
Generated by
1.9.8