Searched refs:isSourceLocation (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_monitor.cc62 if (!CurrentUBR->Loc.isSourceLocation()) {
H A Dubsan_diag.h78 bool isSourceLocation() const { return Kind == LK_Source; } function in class:__ubsan::Location
83 CHECK(isSourceLocation());
H A Dubsan_diag.cc79 if (Loc.isSourceLocation()) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cc60 if (!CurrentUBR->Loc.isSourceLocation()) {
H A Dubsan_diag.h76 bool isSourceLocation() const { return Kind == LK_Source; } function in class:__ubsan::Location
81 CHECK(isSourceLocation());
H A Dubsan_diag.cc77 if (Loc.isSourceLocation()) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cpp61 if (!CurrentUBR->Loc.isSourceLocation()) {
H A Dubsan_diag.h77 bool isSourceLocation() const { return Kind == LK_Source; } function in class:__ubsan::Location
82 CHECK(isSourceLocation());
H A Dubsan_diag.cpp86 if (Loc.isSourceLocation()) {

Completed in 175 milliseconds