Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_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 …]
HDubsan_handlers_cxx.cpp46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local
101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
HDubsan_diag.h122 ErrorType ET; variable
188 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
HDubsan_diag.cpp429 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/freebsd-14-stable/crypto/heimdal/lib/com_err/
HDparse.h42 ET = 258, enumerator
53 #define ET 258 macro
HDparse.c69 ET = 258, enumerator
80 #define ET 258 macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaBPF.cpp63 } else if (const auto *ET = Ty->getAs<EnumType>()) { in isValidPreserveTypeInfoArg() local
103 const auto *ET = Ty->getAs<EnumType>(); in isValidPreserveEnumValueArg() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNonnullGlobalConstantsChecker.cpp118 } else if (const auto *ET = dyn_cast<ElaboratedType>(T)) { in isGlobalConstString() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp163 ConstantArrayType::Create(const ASTContext &Ctx, QualType ET, QualType Can, in Create()
231 const ASTContext &Context, QualType ET, in Profile()
252 QualType ET, in Profile()
689 if (const auto *ET = getAs<EnumType>()) in isScopedEnumeralType() local
2065 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local
2083 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isUnscopedEnumerationType() local
2152 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local
2173 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local
2202 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerType() local
2223 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerOrEnumerationType() local
[all …]
HDTemplateBase.cpp63 if (const EnumType *ET = T->getAs<EnumType>()) { in printIntegral() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGHLSLRuntime.cpp201 llvm::hlsl::ElementType ET, in addBufferResourceAnnotation()
291 llvm::hlsl::ElementType ET = calculateElementType(CGM.getContext(), Ty); in annotateHLSLResource() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDGVNExpression.h68 : EType(ET), Opcode(O) {} in EType() argument
149 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression()
157 ExpressionType ET = EB->getExpressionType(); in classof() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDExecuteStage.cpp45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64AddressingModes.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()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDXCore.cpp414 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
617 if (const EnumType *ET = QT->getAs<EnumType>()) in appendType() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDValue.cpp104 if (const auto *ET = QT->getAs<EnumType>()) in ConvertQualTypeToKind() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetBuiltins.h205 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags()
214 EltType ET = getEltType(); in isPoly() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph.cpp403 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT()
/freebsd-14-stable/libexec/getty/
HDgettytab.h67 #define ET gettystrs[6].value macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDRangeSelector.cpp227 auto ET = Loc.getAs<ElaboratedTypeLoc>(); in name() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDRefCntblBaseVirtualDtorChecker.cpp83 while (auto *ET = dyn_cast<ElaboratedType>(PointeeType)) { in VisitCXXDeleteExpr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp1536 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend() local
1549 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64() local
1558 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64() local
1567 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isLSLImm3Shift() local
1574 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend() local
1583 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend() local
2181 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtendOperands() local
2189 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtend64Operands() local
2197 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtendOperands() local
2209 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtend8Operands() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASession.cpp380 CComPtr<IDiaEnumTables> ET; in getTableEnumerator() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h188 void setEffectiveTriple(llvm::Triple ET) const { in setEffectiveTriple()
/freebsd-14-stable/usr.bin/tip/tip/
HDtip.h95 EXTERN long ET; /* echocheck timeout */ variable

123