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.
1 parent f146329 commit 0ff774bCopy full SHA for 0ff774b
src/goto-instrument/model_argc_argv.cpp
@@ -31,8 +31,8 @@ Date: April 2016
31
#include <goto-programs/remove_skip.h>
32
33
/// Set up argv with up to max_argc pointers into an array of 4096 bytes.
34
-/// \param symbol_table: Input program's symbol table
35
-/// \param goto_functions: Input program's intermediate representation
+/// \param goto_model: Contains the input program's symbol table and
+/// intermediate representation
36
/// \param max_argc: User-specified maximum number of arguments to be modelled
37
/// \param message_handler: message logging
38
/// \return True, if and only if modelling succeeded
0 commit comments