Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp86 if (Loc.isSourceLocation()) { in MaybeReportErrorSummary()