Home
last modified time | relevance | path

Searched refs:DL_Note (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cc56 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()
Dubsan_handlers.cc69 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()
Dubsan_diag.h99 DL_Note ///< A note, attached to a prior diagnostic. enumerator
Dubsan_diag.cc317 case DL_Note: in ~Diag()