|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/ubsan/ubsan_diag.cpp 352 if (Level == DL_Error) {
363 case DL_Error:
projects/compiler-rt/lib/ubsan/ubsan_handlers.cpp 74 Diag(Loc, DL_Error, ET, "%0 null pointer of type %1")
78 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, "
84 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space "
131 Diag(Loc, DL_Error, ET,
135 Diag(Loc, DL_Error, ET,
184 Diag(Loc, DL_Error, ET, "%0 integer overflow: "
222 Diag(Loc, DL_Error, ET,
227 Diag(Loc, DL_Error, ET, "negation of %0 cannot be represented in type %1")
264 Diag(Loc, DL_Error, ET,
269 Diag(Loc, DL_Error, ET, "division by zero");
308 Diag(Loc, DL_Error, ET, "shift exponent %0 is negative") << RHSVal;
310 Diag(Loc, DL_Error, ET,
315 Diag(Loc, DL_Error, ET, "left shift of negative value %0") << LHSVal;
317 Diag(Loc, DL_Error, ET,
349 Diag(Loc, DL_Error, ET, "index %0 out of bounds for type %1")
369 Diag(Data->Loc, DL_Error, ET,
382 Diag(Data->Loc, DL_Error, ET,
403 Diag(Loc, DL_Error, ET, "variable length array bound evaluates to "
463 Diag(Loc, DL_Error, ET,
494 Diag(Loc, DL_Error, ET,
556 Diag(Loc, DL_Error, ET,
586 Diag(Loc, DL_Error, ET,
614 Diag(Loc, DL_Error, ET,
658 Diag(Loc, DL_Error, ET,
711 Diag(Loc, DL_Error, ET, "applying zero offset to null pointer");
713 Diag(Loc, DL_Error, ET, "applying non-zero offset %0 to null pointer")
717 Loc, DL_Error, ET,
722 Diag(Loc, DL_Error, ET,
726 Diag(Loc, DL_Error, ET,
730 Diag(Loc, DL_Error, ET,
767 Diag(Loc, DL_Error, ET,
projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cpp 52 Diag(Loc, DL_Error, ET,
133 Diag(Loc, DL_Error, ET,
181 Diag(CallLoc, DL_Error, ET,