#include <Expr.h>

Public Member Functions | |
| CreateArg (Width w=Bool) | |
| CreateArg (ref< Expr > e) | |
| bool | isExpr () |
| bool | isWidth () |
Public Attributes | |
| ref< Expr > | expr |
| Width | width |
Definition at line 243 of file Expr.h.
| bool klee::Expr::Expr::CreateArg::isExpr | ( | ) | [inline] |
Definition at line 250 of file Expr.h.
References klee::Expr::Expr::CreateArg::isWidth().

| bool klee::Expr::Expr::CreateArg::isWidth | ( | ) | [inline] |
Definition at line 251 of file Expr.h.
References klee::Expr::InvalidWidth, and klee::Expr::Expr::CreateArg::width.
Referenced by klee::Expr::Expr::CreateArg::isExpr().

| Width klee::Expr::Expr::CreateArg::width |
1.5.8