OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_Memory
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_diag.h
41
enum LocationKind { LK_Null, LK_Source, LK_Module,
LK_Memory
};
57
Kind(
LK_Memory
), MemoryLoc(Loc) {}
63
bool isMemoryLocation() const { return Kind ==
LK_Memory
; }
ubsan_diag.cc
86
case Location::
LK_Memory
:
Completed in 160 milliseconds