Home
last modified time | relevance | path

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

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