OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ET
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_int.h
100
#define
ET
(_v_) return (_v_);
102
#define
ET
(_v_) return (_v_) ? rumpuser__errtrans(_v_) : 0;
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers_cxx.cc
47
ErrorType
ET
= ErrorType::DynamicTypeMismatch;
48
if (ignoreReport(Loc, Opts,
ET
))
51
ScopedReport R(Opts, Loc,
ET
);
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
,
102
ErrorType
ET
= ErrorType::CFIBadType;
104
if (ignoreReport(Loc, Opts,
ET
))
[
all
...]
ubsan_diag.h
143
ErrorType
ET
;
209
Diag(Location Loc, DiagLevel Level, ErrorType
ET
, const char *Message)
210
: Loc(Loc), Level(Level),
ET
(
ET
), Message(Message), NumArgs(0),
232
bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType
ET
);
266
bool IsPCSuppressed(ErrorType
ET
, uptr PC, const char *Filename);
ubsan_handlers.cc
27
bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType
ET
) {
37
return SLoc.isDisabled() || IsPCSuppressed(
ET
, Opts.pc, SLoc.getFilename());
52
ErrorType
ET
;
54
ET
= ErrorType::NullPointerUse;
56
ET
= ErrorType::MisalignedPointerUse;
58
ET
= ErrorType::InsufficientObjectSize;
62
if (ignoreReport(Loc.getSourceLocation(), Opts,
ET
))
71
ScopedReport R(Opts, Loc,
ET
);
73
switch (
ET
) {
75
Diag(Loc, DL_Error,
ET
, "%0 null pointer of type %1"
[
all
...]
/src/libexec/getty/
gettytab.h
71
#define
ET
gettystrs[6].value
/src/usr.bin/tip/
tip.c
117
long
ET
;
Completed in 26 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025