Searched refs:LK_Null (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator in enum:__ubsan::Location::LocationKind
67 Location() : Kind(LK_Null) {}
H A Dubsan_diag.cc169 case Location::LK_Null:

Completed in 81 milliseconds