|
| Terminator (const Terminator &)=default |
|
RT_API_ATTRS | Terminator (const char *sourceFileName, int sourceLine=0) |
|
RT_API_ATTRS const char * | sourceFileName () const |
|
RT_API_ATTRS int | sourceLine () const |
|
RT_API_ATTRS void | SetLocation (const char *sourceFileName=nullptr, int sourceLine=0) |
|
template<typename... Args> |
RT_DEVICE_NOINLINE RT_API_ATTRS const char * | Crash (const char *message, Args... args) const |
|
template<typename... Args> |
RT_API_ATTRS void | PrintCrashArgs (const char *message, Args... args) const |
|
RT_API_ATTRS void | CrashHeader () const |
|
RT_API_ATTRS void | CrashFooter () const |
|
void | InvokeCrashHandler (const char *message,...) const |
|
void | CrashArgs (const char *message, va_list &) const |
|
RT_API_ATTRS void | CheckFailed (const char *predicate, const char *file, int line) const |
|
RT_API_ATTRS void | CheckFailed (const char *predicate) const |
|
|
static void | RegisterCrashHandler (void(*)(const char *sourceFile, int sourceLine, const char *message, va_list &ap)) |
|
The documentation for this class was generated from the following files: