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
bcc_cmdline.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: A special command line object for Bruce's C Compiler
4
5
Author: Michael Tautschnig
6
7
Date: July 2016
8
9
\*******************************************************************/
10
14
15
#ifndef CPROVER_GOTO_CC_BCC_CMDLINE_H
16
#define CPROVER_GOTO_CC_BCC_CMDLINE_H
17
18
#include "
goto_cc_cmdline.h
"
19
20
class
bcc_cmdlinet
:
public
goto_cc_cmdlinet
21
{
22
public
:
23
// overload
24
virtual
bool
parse
(
int
,
const
char
**);
25
26
bcc_cmdlinet
()
27
{
28
}
26
bcc_cmdlinet
() {
…
}
29
};
20
class
bcc_cmdlinet
:
public
goto_cc_cmdlinet
{
…
};
30
31
#endif
// CPROVER_GOTO_CC_BCC_CMDLINE_H
bcc_cmdlinet
Definition
bcc_cmdline.h:21
bcc_cmdlinet::parse
virtual bool parse(int, const char **)
Definition
bcc_cmdline.cpp:70
bcc_cmdlinet::bcc_cmdlinet
bcc_cmdlinet()
Definition
bcc_cmdline.h:26
goto_cc_cmdlinet
Definition
goto_cc_cmdline.h:20
goto_cc_cmdline.h
Command line interpretation for goto-cc.
src
goto-cc
bcc_cmdline.h
Generated by
1.9.8