HomeSort by relevance Sort by last modified time
    Searched refs:DL_Note (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 58 Diag(Pointer, DL_Note, "object has invalid vptr")
62 Diag(Pointer, DL_Note, "object is of type %0")
68 Diag(Pointer - DTI.getOffset(), DL_Note,
114 Diag(Vtable, DL_Note, "invalid vtable");
116 Diag(Vtable, DL_Note, "vtable is of type %0")
ubsan_handlers.cc 90 Diag(Pointer, DL_Note, "pointer points here");
457 Diag(FLoc, DL_Note, "%0 defined here") << FName;
486 Diag(Data->AttrLoc, DL_Note, "returns_nonnull attribute specified here");
512 Diag(Data->AttrLoc, DL_Note, "nonnull attribute specified here");
544 Diag(FLoc, DL_Note, "%0 defined here") << FName;
ubsan_diag.h 99 DL_Note ///< A note, attached to a prior diagnostic.
ubsan_diag.cc 354 case DL_Note:

Completed in 47 milliseconds