|
CBMC
|
#include "convert_bool_literal.h"#include <algorithm>#include <util/std_types.h>#include <iterator>
Include dependency graph for convert_bool_literal.cpp:Go to the source code of this file.
Functions | |
| constant_exprt | convert_bool_literal (const std::string &src) |
| Converts a string into the corresponding 'Bool' expression. More... | |
Statement List Language Conversion
Definition in file convert_bool_literal.cpp.
| constant_exprt convert_bool_literal | ( | const std::string & | src | ) |
Converts a string into the corresponding 'Bool' expression.
| src | String returned by the parser. |
Definition at line 19 of file convert_bool_literal.cpp.