Go to the source code of this file.
|
| std::string | as_string (const ai_verifier_statust &status) |
| | Makes a status message string from a status. More...
|
| |
| static ai_verifier_statust | check_assertion (const ai_domain_baset &domain, exprt e, const namespacet &ns) |
| |
| void | static_verifier (const abstract_goto_modelt &abstract_goto_model, const ai_baset &ai, propertiest &properties) |
| | Use the information from the abstract interpreter to fill out the statuses of the passed properties. More...
|
| |
| static void | static_verifier_json (const std::vector< static_verifier_resultt > &results, messaget &m, std::ostream &out) |
| |
| static void | static_verifier_xml (const std::vector< static_verifier_resultt > &results, messaget &m, std::ostream &out) |
| |
| static void | static_verifier_text (const std::vector< static_verifier_resultt > &results, const namespacet &ns, std::ostream &out) |
| |
| static void | static_verifier_console (const std::vector< static_verifier_resultt > &results, const namespacet &ns, messaget &m) |
| |
| bool | static_verifier (const goto_modelt &goto_model, const ai_baset &ai, const optionst &options, message_handlert &message_handler, std::ostream &out) |
| | Runs the analyzer and then prints out the domain. More...
|
| |
◆ as_string()
◆ check_assertion()
◆ static_verifier() [1/2]
Use the information from the abstract interpreter to fill out the statuses of the passed properties.
- Parameters
-
| abstract_goto_model | The goto program to verify |
| ai | The abstract interpreter (should be run to fixpoint before calling this function) |
| properties | The properties to fill out |
Definition at line 229 of file static_verifier.cpp.
◆ static_verifier() [2/2]
Runs the analyzer and then prints out the domain.
- Parameters
-
| goto_model | the program analyzed |
| ai | the abstract interpreter after it has been run to fix point |
| options | the parsed user options |
| message_handler | the system message handler |
| out | output stream for the printing |
- Returns
- false on success with the domain printed to out
Definition at line 403 of file static_verifier.cpp.
◆ static_verifier_console()
◆ static_verifier_json()
◆ static_verifier_text()
◆ static_verifier_xml()