Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/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
H A Dubsan_diag.h142 ErrorType ET; global() variable
208 Diag(Location Loc,DiagLevel Level,ErrorType ET,const char * Message) Diag() argument
H A Dubsan_diag.cpp429 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.h42 ET = 258, enumerator
53 #define ET 258 macro
H A Dparse.c69 ET = 258, enumerator
80 #define ET 258 macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp63 } else if (const auto *ET = Ty->getAs<EnumType>()) { in isValidPreserveTypeInfoArg() local
103 const auto *ET = Ty->getAs<EnumType>(); in isValidPreserveEnumValueArg() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp118 } else if (const auto *ET = dyn_cast<ElaboratedType>(T)) { in isGlobalConstString() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.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 …]
H A DTemplateBase.cpp63 if (const EnumType *ET = T->getAs<EnumType>()) { in printIntegral() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp201 llvm::hlsl::ElementType ET, in addBufferResourceAnnotation()
291 llvm::hlsl::ElementType ET = calculateElementType(CGM.getContext(), Ty); in annotateHLSLResource() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h152 switch (ET) { in getExtendEncoding() argument
171 getArithExtendImm(AArch64_AM::ShiftExtendType ET,unsigned Imm) getArithExtendImm() argument
201 getMemExtendImm(AArch64_AM::ShiftExtendType ET,bool DoShift) getMemExtendImm() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp414 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
617 if (const EnumType *ET = QT->getAs<EnumType>()) in appendType() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp104 if (const auto *ET = QT->getAs<EnumType>()) in ConvertQualTypeToKind() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h205 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags()
214 EltType ET = getEltType(); in isPoly() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp403 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT()
/freebsd/libexec/getty/
H A Dgettytab.h65 #define ET gettystrs[6].value macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp227 auto ET = Loc.getAs<ElaboratedTypeLoc>(); in name() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp83 while (auto *ET = dyn_cast<ElaboratedType>(PointeeType)) { in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp380 CComPtr<IDiaEnumTables> ET; in getTableEnumerator() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h188 void setEffectiveTriple(llvm::Triple ET) const { in setEffectiveTriple()
/freebsd/usr.bin/tip/tip/
H A Dtip.h93 EXTERN long ET; /* echocheck timeout */ variable

123