HomeSort by: relevance | last modified time | path
    Searched refs:isSourceLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.cc 62 if (!CurrentUBR->Loc.isSourceLocation()) {
ubsan_diag.h 78 bool isSourceLocation() const { return Kind == LK_Source; }
83 CHECK(isSourceLocation());
ubsan_diag.cc 79 if (Loc.isSourceLocation()) {

Completed in 37 milliseconds