cprover
call_sequences.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Memory-mapped I/O Instrumentation for Goto Programs
4 
5 Author: Daniel Kroening
6 
7 Date: September 2011
8 
9 \*******************************************************************/
10 
13 
14 #ifndef CPROVER_GOTO_INSTRUMENT_CALL_SEQUENCES_H
15 #define CPROVER_GOTO_INSTRUMENT_CALL_SEQUENCES_H
16 
18 
19 void show_call_sequences(const goto_functionst &goto_functions);
20 void check_call_sequence(const goto_functionst &goto_functions);
21 
23  const namespacet &ns,
24  const goto_functionst &goto_functions);
25 
26 #endif // CPROVER_GOTO_INSTRUMENT_CALL_SEQUENCES_H
void show_call_sequences(const goto_functionst &goto_functions)
Goto Programs with Functions.
void check_call_sequence(const goto_functionst &goto_functions)
TO_BE_DOCUMENTED.
Definition: namespace.h:62
void list_calls_and_arguments(const namespacet &ns, const goto_functionst &goto_functions)