cprover
unreachable_instructions.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: List all unreachable instructions
4 
5 Author: Michael Tautschnig
6 
7 Date: April 2016
8 
9 \*******************************************************************/
10 
13 
14 #ifndef CPROVER_GOTO_ANALYZER_UNREACHABLE_INSTRUCTIONS_H
15 #define CPROVER_GOTO_ANALYZER_UNREACHABLE_INSTRUCTIONS_H
16 
17 #include <iosfwd>
18 
19 class ai_baset;
20 class goto_modelt;
21 class message_handlert;
22 class optionst;
23 
25  const goto_modelt &,
26  const bool json,
27  std::ostream &os);
28 
30  const goto_modelt &,
31  const bool json,
32  std::ostream &os);
33 
35  const goto_modelt &,
36  const bool json,
37  std::ostream &os);
38 
40  const goto_modelt &,
41  const ai_baset &,
42  const optionst &,
44  std::ostream &);
45 
47  const goto_modelt &,
48  const ai_baset &,
49  const optionst &,
51  std::ostream &);
52 
54  const goto_modelt &,
55  const ai_baset &,
56  const optionst &,
58  std::ostream &);
59 
60 #endif // CPROVER_GOTO_ANALYZER_UNREACHABLE_INSTRUCTIONS_H
bool static_unreachable_instructions(const goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &)
void reachable_functions(const goto_modelt &, const bool json, std::ostream &os)
bool static_unreachable_functions(const goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &)
void unreachable_functions(const goto_modelt &, const bool json, std::ostream &os)
void unreachable_instructions(const goto_modelt &, const bool json, std::ostream &os)
Definition: ai.h:128
bool static_reachable_functions(const goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &)
json_objectt json(const source_locationt &location)
Definition: json_expr.cpp:83