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 56 Diag(Pointer, DL_Note, "object has invalid vptr")
60 Diag(Pointer, DL_Note, "object is of type %0")
66 Diag(Pointer - DTI.getOffset(), DL_Note,
ubsan_handlers.cc 69 Diag(Pointer, DL_Note, "pointer points here");
360 Diag(FLoc, DL_Note, "%0 defined here") << FName;
387 Diag(Data->AttrLoc, DL_Note, "returns_nonnull attribute specified here");
411 Diag(Data->AttrLoc, DL_Note, "nonnull attribute specified here");
ubsan_diag.h 99 DL_Note ///< A note, attached to a prior diagnostic.
ubsan_diag.cc 317 case DL_Note:

Completed in 1746 milliseconds