Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::runtime::SourceLocation Struct Reference

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.
 

Detailed Description

The location in the source code where the undefined behaviour occurred.

Definition at line 26 of file ubsan.h.

Member Data Documentation

◆ column

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().

◆ file

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().

◆ line

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().


The documentation for this struct was generated from the following file: