#include <Interpreter.h>
Definition at line 33 of file Interpreter.h.
◆ InterpreterHandler()
klee::InterpreterHandler::InterpreterHandler |
( |
| ) |
|
|
inline |
◆ ~InterpreterHandler()
virtual klee::InterpreterHandler::~InterpreterHandler |
( |
| ) |
|
|
inlinevirtual |
◆ getInfoStream()
virtual llvm::raw_ostream & klee::InterpreterHandler::getInfoStream |
( |
| ) |
const |
|
pure virtual |
◆ getOutputFilename()
virtual std::string klee::InterpreterHandler::getOutputFilename |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
◆ incPathsCompleted()
virtual void klee::InterpreterHandler::incPathsCompleted |
( |
| ) |
|
|
pure virtual |
◆ incPathsExplored()
virtual void klee::InterpreterHandler::incPathsExplored |
( |
std::uint32_t |
num = 1 | ) |
|
|
pure virtual |
◆ openOutputFile()
virtual std::unique_ptr< llvm::raw_fd_ostream > klee::InterpreterHandler::openOutputFile |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
◆ processTestCase()
virtual void klee::InterpreterHandler::processTestCase |
( |
const ExecutionState & |
state, |
|
|
const char * |
err, |
|
|
const char * |
suffix |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: