We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make_assertion
instrument_cover_goals
1 parent 47daa08 commit f405019Copy full SHA for f405019
src/goto-instrument/cover.cpp
@@ -30,6 +30,10 @@ Date: May 2016
30
/// \param mode: mode of the function to instrument (for instance ID_C or
31
/// ID_java)
32
/// \param message_handler: a message handler
33
+/// \param make_assertion: A function which takes an expression, with a source
34
+/// location and makes an assertion based on that expression. The expression
35
+/// asserted is expected to include the expression passed in, but may include
36
+/// other additional conditions.
37
static void instrument_cover_goals(
38
const irep_idt &function_id,
39
goto_programt &goto_program,
0 commit comments