Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h56 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator
66 Location() : Kind(LK_Null) {} in Location()
H A Dubsan_diag.cpp173 case Location::LK_Null: in RenderLocation()