#include <ExecutionState.h>


Public Member Functions | |
| BranchTraceEvent (ExecutionState &state, KInstruction *ki, bool _trueTaken, bool _isTwoWay) | |
Public Attributes | |
| bool | trueTaken |
| bool | canForkGoBothWays |
Private Member Functions | |
| virtual void | printDetails (std::ostream &os) const |
Definition at line 233 of file ExecutionState.h.
| klee::BranchTraceEvent::BranchTraceEvent | ( | ExecutionState & | state, | |
| KInstruction * | ki, | |||
| bool | _trueTaken, | |||
| bool | _isTwoWay | |||
| ) | [inline] |
Definition at line 238 of file ExecutionState.h.
| void BranchTraceEvent::printDetails | ( | std::ostream & | os | ) | const [private, virtual] |
Implements klee::ExecutionTraceEvent.
Definition at line 381 of file ExecutionState.cpp.
References canForkGoBothWays, and trueTaken.
Definition at line 236 of file ExecutionState.h.
Referenced by ExecutionTraceEventEquals(), and printDetails().
Definition at line 235 of file ExecutionState.h.
Referenced by ExecutionTraceEventEquals(), and printDetails().
1.5.8