#include <Expr.h>


Public Member Functions | |
| Width | getWidth () const |
Static Public Member Functions | |
| static bool | classof (const Expr *E) |
| static bool | classof (const CmpExpr *) |
Protected Member Functions | |
| CmpExpr (ref< Expr > l, ref< Expr > r) | |
Definition at line 388 of file Expr.h.
| static bool klee::CmpExpr::classof | ( | const CmpExpr * | ) | [inline, static] |
| static bool klee::CmpExpr::classof | ( | const Expr * | E | ) | [inline, static] |
Reimplemented from klee::BinaryExpr.
Definition at line 396 of file Expr.h.
References klee::Expr::CmpKindFirst, klee::Expr::CmpKindLast, and klee::Expr::getKind().

| Width klee::CmpExpr::getWidth | ( | ) | const [inline, virtual] |
1.5.8