CBMC
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 
17 class goto_modelt;
18 
19 void show_call_sequences(const goto_modelt &);
20 void check_call_sequence(const goto_modelt &);
22 
23 #endif // CPROVER_GOTO_INSTRUMENT_CALL_SEQUENCES_H
void show_call_sequences(const goto_modelt &)
void check_call_sequence(const goto_modelt &)
void list_calls_and_arguments(const goto_modelt &)