OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Diag
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h
132
/// Temporary \c
Diag
instances are created by the handler routines to
135
class
Diag
{
192
Diag
&AddArg(Arg A) {
198
Diag
&AddRange(Range A) {
204
/// \c
Diag
objects are not copyable.
205
Diag
(const
Diag
&); // NOT IMPLEMENTED
206
Diag
&operator=(const
Diag
&);
209
Diag
(Location Loc, DiagLevel Level, ErrorType ET, const char *Message
[
all
...]
ubsan_handlers_cxx.cc
53
Diag
(Loc, DL_Error, ET,
60
Diag
(Pointer, DL_Note, ET,
65
Diag
(Pointer, DL_Note, ET, "object has invalid vptr")
70
Diag
(Pointer, DL_Note, ET, "object is of type %0")
76
Diag
(Pointer - DTI.getOffset(), DL_Note, ET,
134
Diag
(Loc, DL_Error, ET,
141
Diag
(Vtable, DL_Note, ET, "invalid vtable");
143
Diag
(Vtable, DL_Note, ET, "vtable is of type %0")
157
Diag
(Loc, DL_Note, ET, "check failed in %0, vtable located in %1")
ubsan_diag.cc
113
Diag
&
Diag
::operator<<(const TypeDescriptor &V) {
117
Diag
&
Diag
::operator<<(const Value &V) {
175
const
Diag
::Arg *Args) {
181
const
Diag
::Arg &A = Args[*++Msg - '0'];
183
case
Diag
::AK_String:
186
case
Diag
::AK_TypeName: {
194
case
Diag
::AK_SInt:
201
case
Diag
::AK_UInt
[
all
...]
ubsan_handlers.cc
75
Diag
(Loc, DL_Error, ET, "%0 null pointer of type %1")
79
Diag
(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, "
85
Diag
(Loc, DL_Error, ET, "%0 address %1 with insufficient space "
94
Diag
(Pointer, DL_Note, ET, "pointer points here");
129
Diag
(Loc, DL_Error, ET, "%0 integer overflow: "
167
Diag
(Loc, DL_Error, ET,
172
Diag
(Loc, DL_Error, ET, "negation of %0 cannot be represented in type %1")
209
Diag
(Loc, DL_Error, ET,
214
Diag
(Loc, DL_Error, ET, "division by zero");
253
Diag
(Loc, DL_Error, ET, "shift exponent %0 is negative") << RHSVal
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025