|
klee
|
#include <Passes.h>
Public Member Functions | |
| SwitchCase () | |
| SwitchCase (llvm::Constant *v, llvm::BasicBlock *b) | |
Public Attributes | |
| llvm::Constant * | value |
| llvm::BasicBlock * | block |
|
inline |
| llvm::Constant* klee::LowerSwitchPass::SwitchCase::value |
Definition at line 136 of file Passes.h.
Referenced by klee::SwitchCaseCmp::operator()().