Home
last modified time | relevance | path

Searched defs:ET (Results 1 – 25 of 64) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
52 ErrorType ET; in handleTypeMismatchImpl() local
116 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() local
155 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleNegateOverflowImpl() local
194 ErrorType ET; in handleDivremOverflowImpl() local
239 ErrorType ET; in handleShiftOutOfBoundsImpl() local
286 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl() local
312 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl() local
325 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl() local
341 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive() local
[all …]
H A Dubsan_handlers_cxx.cc47 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local
102 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
H A Dubsan_diag.h143 ErrorType ET; variable
209 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
50 ErrorType ET; in handleTypeMismatchImpl() local
114 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() local
151 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleNegateOverflowImpl() local
190 ErrorType ET; in handleDivremOverflowImpl() local
235 ErrorType ET; in handleShiftOutOfBoundsImpl() local
282 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl() local
308 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl() local
321 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl() local
337 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive() local
[all …]
H A Dubsan_handlers_cxx.cc45 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local
101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
H A Dubsan_diag.h141 ErrorType ET; variable
207 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
91 ErrorType ET; in handleTypeMismatchImpl() local
159 ErrorType ET = ErrorType::AlignmentAssumption; in handleAlignmentAssumptionImpl() local
214 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() local
253 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleNegateOverflowImpl() local
292 ErrorType ET; in handleDivremOverflowImpl() local
337 ErrorType ET; in handleShiftOutOfBoundsImpl() local
384 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl() local
410 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl() local
423 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl() local
[all …]
H A Dubsan_handlers_cxx.cpp46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local
101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
169 ErrorType ET = ErrorType::FunctionTypeMismatch; in handleFunctionTypeMismatch() local
H A Dubsan_diag.h142 ErrorType ET; variable
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
/netbsd-src/lib/librumpuser/
H A Drumpuser_int.h100 #define ET(_v_) return (_v_); macro
102 #define ET(_v_) return (_v_) ? rumpuser__errtrans(_v_) : 0; macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.h59 ET = 258, /* ET */ enumerator
75 #define ET 258 macro
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests_xml.py15 import xml.etree.ElementTree as ET namespace
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dutil.d39 alias ET = ElementType!(T.Range); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dutil.d39 alias ET = ElementType!(T.Range); variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp59 const auto &ET = State.getExegesisTarget(); in Repeat() local
H A DAssembler.cpp39 const ExegesisTarget &ET, const MCSubtargetInfo *const MSI, in generateSnippetSetupCode()
175 Error assembleToStream(const ExegesisTarget &ET, in assembleToStream()
H A DParallelSnippetGenerator.cpp98 const auto &ET = State.getExegesisTarget(); in instantiateMemoryOperands() local
H A DSnippetGenerator.cpp49 const auto &ET = State.getExegesisTarget(); in generateConfigurations() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp189 const ASTContext &Context, QualType ET, in Profile()
212 QualType ET, in Profile()
613 if (const auto *ET = getAs<EnumType>()) in isScopedEnumeralType() local
1922 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local
1940 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isUnscopedEnumerationType() local
2009 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local
2028 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local
2056 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerType() local
2075 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerOrEnumerationType() local
2120 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isRealType() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp43 EdgeType ET = getEdgeTypeBetween(PredBB, CurrBB); in getOrCreateNotPredicate() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h68 : EType(ET), Opcode(O) {} in EType() argument
149 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression()
157 ExpressionType ET = EB->getExpressionType(); in classof() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding()
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET, in getArithExtendImm()
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET, in getMemExtendImm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h165 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags()
174 EltType ET = getEltType(); in isPoly() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h150 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()

123