OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DL_Error
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_handlers.cc
71
Diag(Loc,
DL_Error
, "%0 null pointer of type %1")
75
Diag(Loc,
DL_Error
, "%0 misaligned address %1 for type %3, "
81
Diag(Loc,
DL_Error
, "%0 address %1 with insufficient space "
120
Diag(Loc,
DL_Error
, "%0 integer overflow: "
155
Diag(Loc,
DL_Error
,
160
Diag(Loc,
DL_Error
, "negation of %0 cannot be represented in type %1")
197
Diag(Loc,
DL_Error
, "division of %0 by -1 cannot be represented in type %1")
201
Diag(Loc,
DL_Error
, "division by zero");
240
Diag(Loc,
DL_Error
, "shift exponent %0 is negative") << RHSVal;
242
Diag(Loc,
DL_Error
, "shift exponent %0 is too large for %1-bit type %2"
[
all
...]
ubsan_handlers_cxx.cc
52
Diag(Loc,
DL_Error
,
108
Diag(Loc,
DL_Error
, "control flow integrity check for type %0 failed during "
ubsan_diag.h
98
DL_Error
, ///< An error.
ubsan_diag.cc
349
case
DL_Error
:
Completed in 67 milliseconds