Home
last modified time | relevance | path

Searched refs:LK_Null (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
67 Location() : Kind(LK_Null) {} in Location()
Dubsan_diag.cc165 case Location::LK_Null: in RenderLocation()