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
crangler_parse_options.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: CRANGLER Command Line Option Processing
4
5
Author: Daniel Kroening, dkr@amazon.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_CRANGLER_CRANGLER_PARSE_OPTIONS_H
13
#define CPROVER_CRANGLER_CRANGLER_PARSE_OPTIONS_H
14
15
#include <
util/parse_options.h
>
16
17
class
crangler_parse_optionst
:
public
parse_options_baset
18
{
19
public
:
20
int
doit
()
override
;
21
void
help
()
override
;
22
23
crangler_parse_optionst
(
int
argc,
const
char
**argv)
24
:
parse_options_baset
(
""
, argc, argv,
"CRANGLER"
)
25
{
26
}
23
crangler_parse_optionst
(
int
argc,
const
char
**argv) {
…
}
27
28
protected
:
29
void
process_crangler_json
(
const
std::string &file_name);
30
};
17
class
crangler_parse_optionst
:
public
parse_options_baset
{
…
};
31
32
#endif
// CPROVER_CRANGLER_CRANGLER_PARSE_OPTIONS_H
crangler_parse_optionst
Definition
crangler_parse_options.h:18
crangler_parse_optionst::crangler_parse_optionst
crangler_parse_optionst(int argc, const char **argv)
Definition
crangler_parse_options.h:23
crangler_parse_optionst::process_crangler_json
void process_crangler_json(const std::string &file_name)
Definition
crangler_parse_options.cpp:39
crangler_parse_optionst::help
void help() override
Definition
crangler_parse_options.cpp:51
crangler_parse_optionst::doit
int doit() override
Definition
crangler_parse_options.cpp:25
parse_options_baset
Definition
parse_options.h:20
parse_options.h
src
crangler
crangler_parse_options.h
Generated by
1.9.8