Home
last modified time | relevance | path

Searched refs:isSourceLocation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.h77 bool isSourceLocation() const { return Kind == LK_Source; } in isSourceLocation() function
82 CHECK(isSourceLocation()); in getSourceLocation()
H A Dubsan_monitor.cpp61 if (!CurrentUBR->Loc.isSourceLocation()) { in __ubsan_get_current_report_data()
H A Dubsan_diag.cpp84 if (Loc.isSourceLocation()) { in MaybeReportErrorSummary()