Home
last modified time | relevance | path

Searched refs:openInstruction (Results 1 – 2 of 2) sorted by relevance

/dports/security/klee/klee-2.2/lib/Core/
H A DMergeHandler.cpp53 return es->steppedInstructions - openInstruction; in getInstructionDistance()
137 : executor(_executor), openInstruction(es->steppedInstructions), in MergeHandler()
H A DMergeHandler.h101 uint64_t openInstruction; variable