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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized };
69 Kind(LK_Source), SourceLoc(Loc) {}
78 bool isSourceLocation() const { return Kind == LK_Source; }
ubsan_diag.cc 142 case Location::LK_Source: {

Completed in 14 milliseconds