Searched refs:DL_Note (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.cc | 56 Diag(Pointer, DL_Note, "object has invalid vptr") in HandleDynamicTypeCacheMiss() 60 Diag(Pointer, DL_Note, "object is of type %0") in HandleDynamicTypeCacheMiss() 66 Diag(Pointer - DTI.getOffset(), DL_Note, in HandleDynamicTypeCacheMiss()
|
D | ubsan_handlers.cc | 69 Diag(Pointer, DL_Note, "pointer points here"); in handleTypeMismatchImpl() 360 Diag(FLoc, DL_Note, "%0 defined here") << FName; in handleFunctionTypeMismatch() 387 Diag(Data->AttrLoc, DL_Note, "returns_nonnull attribute specified here"); in handleNonNullReturn() 411 Diag(Data->AttrLoc, DL_Note, "nonnull attribute specified here"); in handleNonNullArg()
|
D | ubsan_diag.h | 99 DL_Note ///< A note, attached to a prior diagnostic. enumerator
|
D | ubsan_diag.cc | 317 case DL_Note: in ~Diag()
|