klee
|
#include <SpecialFunctionHandler.h>
Public Attributes | |
const char * | name |
SpecialFunctionHandler::Handler | handler |
bool | doesNotReturn |
bool | hasReturnValue |
Intrinsic terminates the process. More... | |
bool | doNotOverride |
Intrinsic has a return value. More... | |
Definition at line 43 of file SpecialFunctionHandler.h.
bool klee::SpecialFunctionHandler::HandlerInfo::doesNotReturn |
Definition at line 46 of file SpecialFunctionHandler.h.
Referenced by klee::SpecialFunctionHandler::prepare().
bool klee::SpecialFunctionHandler::HandlerInfo::doNotOverride |
Intrinsic has a return value.
Definition at line 48 of file SpecialFunctionHandler.h.
Referenced by klee::SpecialFunctionHandler::bind(), and klee::SpecialFunctionHandler::prepare().
SpecialFunctionHandler::Handler klee::SpecialFunctionHandler::HandlerInfo::handler |
Definition at line 45 of file SpecialFunctionHandler.h.
Referenced by klee::SpecialFunctionHandler::bind().
bool klee::SpecialFunctionHandler::HandlerInfo::hasReturnValue |
Intrinsic terminates the process.
Definition at line 47 of file SpecialFunctionHandler.h.
Referenced by klee::SpecialFunctionHandler::bind().
const char* klee::SpecialFunctionHandler::HandlerInfo::name |
Definition at line 44 of file SpecialFunctionHandler.h.
Referenced by klee::SpecialFunctionHandler::bind(), and klee::SpecialFunctionHandler::prepare().