OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_Source
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/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 42 milliseconds