Home
last modified time | relevance | path

Searched refs:LK_Source (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_diag.h57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator
69 Kind(LK_Source), SourceLoc(Loc) {} in Location()
78 bool isSourceLocation() const { return Kind == LK_Source; } in isSourceLocation()
Dubsan_diag.cc139 case Location::LK_Source: { in RenderLocation()