cprover
ssa_expr.h File Reference
#include <util/std_expr.h>
Include dependency graph for ssa_expr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ssa_exprt
 Expression providing an SSA-renamed symbol of expressions. More...
 

Functions

const ssa_exprtto_ssa_expr (const exprt &expr)
 Cast a generic exprt to an ssa_exprt. More...
 
ssa_exprtto_ssa_expr (exprt &expr)
 Cast a generic exprt to an ssa_exprt. More...
 
bool is_ssa_expr (const exprt &expr)
 

Function Documentation

◆ is_ssa_expr()