CBMC
|
Public Attributes | |
std::vector< function_contract_clauset > | function_contract |
std::vector< loop_contract_clauset > | loop_contract |
std::vector< assertiont > | assertions |
std::optional< std::string > | stub |
bool | remove_static = false |
Definition at line 78 of file c_wrangler.cpp.
std::vector<assertiont> c_wranglert::functiont::assertions |
Definition at line 83 of file c_wrangler.cpp.
std::vector<function_contract_clauset> c_wranglert::functiont::function_contract |
Definition at line 81 of file c_wrangler.cpp.
std::vector<loop_contract_clauset> c_wranglert::functiont::loop_contract |
Definition at line 82 of file c_wrangler.cpp.
bool c_wranglert::functiont::remove_static = false |
Definition at line 85 of file c_wrangler.cpp.
std::optional<std::string> c_wranglert::functiont::stub |
Definition at line 84 of file c_wrangler.cpp.