Public Attributes | |
| const char * | name |
| SpecialFunctionHandler::Handler | handler |
| bool | doesNotReturn |
| bool | hasReturnValue |
| Intrinsic terminates the process. | |
| bool | doNotOverride |
| Intrinsic has a return value. | |
Definition at line 36 of file SpecialFunctionHandler.cpp.
Definition at line 39 of file SpecialFunctionHandler.cpp.
Referenced by klee::SpecialFunctionHandler::prepare().
Intrinsic has a return value.
Definition at line 41 of file SpecialFunctionHandler.cpp.
Referenced by klee::SpecialFunctionHandler::bind(), and klee::SpecialFunctionHandler::prepare().
| SpecialFunctionHandler::Handler HandlerInfo::handler |
Definition at line 38 of file SpecialFunctionHandler.cpp.
Referenced by klee::SpecialFunctionHandler::bind().
Intrinsic terminates the process.
Definition at line 40 of file SpecialFunctionHandler.cpp.
Referenced by klee::SpecialFunctionHandler::bind().
| const char* HandlerInfo::name |
Definition at line 37 of file SpecialFunctionHandler.cpp.
Referenced by klee::SpecialFunctionHandler::bind(), and klee::SpecialFunctionHandler::prepare().
1.5.8