ROSE 0.11.145.147
|
Error allocating argument or return value storage.
Definition at line 35 of file Rose/BinaryAnalysis/CallingConvention/Exception.h.
#include <Rose/BinaryAnalysis/CallingConvention/Exception.h>
Public Member Functions | |
AllocationError (const std::string &mesg) | |
Construct error about allocating storage for something. | |
Public Member Functions inherited from Rose::BinaryAnalysis::CallingConvention::Exception | |
Exception (const std::string &mesg) | |
Construct error with specified message. | |
Public Member Functions inherited from Rose::Exception | |
Exception (const std::string &s) | |
Construct an exception with an error message. | |
Static Public Member Functions | |
static AllocationError | cannotAllocateArgument (int argIndex, const std::string &argName, SgAsmType *, const std::string &decl) |
Construct error about allocating an argument. | |
static AllocationError | cannotAllocateReturn (SgAsmType *, const std::string &decl) |
Construct error about allocating return value. | |
|
inline |
Construct error about allocating storage for something.
Definition at line 38 of file Rose/BinaryAnalysis/CallingConvention/Exception.h.
|
inlinevirtual |
Definition at line 47 of file Rose/BinaryAnalysis/CallingConvention/Exception.h.