FreeBSD kernel kern code
__asan_global_source_location Struct Reference

Data Fields

const char * filename
 
int line_no
 
int column_no
 

Detailed Description

Definition at line 66 of file subr_asan.c.

Field Documentation

◆ column_no

int __asan_global_source_location::column_no

Definition at line 69 of file subr_asan.c.

◆ filename

const char* __asan_global_source_location::filename

Definition at line 67 of file subr_asan.c.

◆ line_no

int __asan_global_source_location::line_no

Definition at line 68 of file subr_asan.c.


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