![]() |
Max OS 0.3
|
The location in the source code where the undefined behaviour occurred. More...
#include <ubsan.h>
Public Attributes | |
| const char * | file |
| The name of the source file. | |
| uint32_t | line |
| The line number in the source file. | |
| uint32_t | column |
| The column number in the source file. | |
The location in the source code where the undefined behaviour occurred.
| uint32_t MaxOS::runtime::SourceLocation::column |
The column number in the source file.
Definition at line 30 of file ubsan.h.
Referenced by MaxOS::runtime::UBSanHandler::handle().
| const char* MaxOS::runtime::SourceLocation::file |
The name of the source file.
Definition at line 28 of file ubsan.h.
Referenced by MaxOS::runtime::UBSanHandler::handle().
| uint32_t MaxOS::runtime::SourceLocation::line |
The line number in the source file.
Definition at line 29 of file ubsan.h.
Referenced by MaxOS::runtime::UBSanHandler::handle().