|
CBMC
|
Include dependency graph for literal_expr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | literal_exprt |
Functions | |
| template<> | |
| bool | can_cast_expr< literal_exprt > (const exprt &base) |
| void | validate_expr (const literal_exprt &literal) |
| const literal_exprt & | to_literal_expr (const exprt &expr) |
| Cast a generic exprt to a literal_exprt. More... | |
| literal_exprt & | to_literal_expr (exprt &expr) |
| Cast a generic exprt to a literal_exprt. More... | |
|
inline |
Definition at line 40 of file literal_expr.h.
|
inline |
Cast a generic exprt to a literal_exprt.
This is an unchecked conversion. expr must be known to be literal_exprt.
| expr | Source expression |
Definition at line 56 of file literal_expr.h.
|
inline |
Cast a generic exprt to a literal_exprt.
This is an unchecked conversion. expr must be known to be literal_exprt.
| expr | Source expression |
Definition at line 66 of file literal_expr.h.
|
inline |
Definition at line 45 of file literal_expr.h.