CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
set_properties.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Set the properties to check
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_PROGRAMS_SET_PROPERTIES_H
13#define CPROVER_GOTO_PROGRAMS_SET_PROPERTIES_H
14
15#include <util/irep.h>
16
17#include <list>
18
19class goto_functionst;
20class goto_modelt;
21class goto_programt;
22
24 goto_functionst &goto_functions,
25 const std::list<std::string> &properties);
26
28 goto_modelt &goto_model,
29 const std::list<std::string> &properties);
30
32void label_properties(irep_idt function_identifier, goto_programt &);
34
35#endif // CPROVER_GOTO_PROGRAMS_SET_PROPERTIES_H
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition dstring.h:38
A collection of goto functions.
A generic container class for the GOTO intermediate representation of one function.
void set_properties(goto_functionst &goto_functions, const std::list< std::string > &properties)
void label_properties(goto_functionst &)