Searched refs:LK_Source (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator in enum:__ubsan::Location::LocationKind
69 Kind(LK_Source), SourceLoc(Loc) {}
78 bool isSourceLocation() const { return Kind == LK_Source; }
H A Dubsan_diag.cc142 case Location::LK_Source: {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h55 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator in enum:__ubsan::Location::LocationKind
67 Kind(LK_Source), SourceLoc(Loc) {}
76 bool isSourceLocation() const { return Kind == LK_Source; }
H A Dubsan_diag.cc140 case Location::LK_Source: {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h56 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator in enum:__ubsan::Location::LocationKind
68 Kind(LK_Source), SourceLoc(Loc) {}
77 bool isSourceLocation() const { return Kind == LK_Source; }
H A Dubsan_diag.cpp149 case Location::LK_Source: {

Completed in 203 milliseconds