Data structure representing different types of statements in a program. More...
Go to the source code of this file.
Data structure representing different types of statements in a program.
Definition in file std_code.cpp.
Create a fatal assertion, which checks a condition and then halts if it does not hold.
Equivalent to ASSERT(condition); ASSUME(condition) .
Source level assertions should probably use this, whilst checks that are normally non-fatal at runtime, such as integer overflows, should use code_assertt by itself.
comment and property_class fields set to indicate the nature of the assertion. Definition at line 120 of file std_code.cpp.