cprover
static_lifetime_init.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
9
10
#ifndef CPROVER_LINKING_STATIC_LIFETIME_INIT_H
11
#define CPROVER_LINKING_STATIC_LIFETIME_INIT_H
12
13
#include <
util/cprover_prefix.h
>
14
15
class
message_handlert
;
16
class
source_locationt
;
17
class
symbol_tablet
;
18
19
bool
static_lifetime_init
(
20
symbol_tablet
&symbol_table,
21
const
source_locationt
&source_location,
22
message_handlert
&
message_handler
);
23
24
#define INITIALIZE_FUNCTION CPROVER_PREFIX "initialize"
25
26
#endif // CPROVER_LINKING_STATIC_LIFETIME_INIT_H
symbol_tablet
The symbol table.
Definition:
symbol_table.h:19
message_handlert
Definition:
message.h:25
source_locationt
Definition:
source_location.h:16
cprover_prefix.h
static_lifetime_init
bool static_lifetime_init(symbol_tablet &symbol_table, const source_locationt &source_location, message_handlert &message_handler)
Definition:
static_lifetime_init.cpp:25
message_handler
goto_programt coverage_criteriont message_handlert & message_handler
Definition:
cover.cpp:66
linking
static_lifetime_init.h
Generated by
1.8.14