Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp91 ErrorType ET; in handleTypeMismatchImpl() local
292 ErrorType ET; in handleDivremOverflowImpl() local
337 ErrorType ET; in handleShiftOutOfBoundsImpl() local
410 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl() local
423 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl() local
529 ErrorType ET = in handleLoadInvalidValue() local
558 ErrorType ET = ErrorType::GenericUB; in handleImplicitConversion() local
622 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin() local
647 ErrorType ET = ErrorType::InvalidObjCCast; in handleInvalidObjCCast() local
769 ErrorType ET; in handlePointerOverflowImpl() 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.h122 ErrorType ET; variable
188 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
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/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.cpp237 QualType ET, in Profile()
639 if (const auto *ET = getAs<EnumType>()) in isScopedEnumeralType() local
2002 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local
2020 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isUnscopedEnumerationType() local
2110 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local
2213 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isRealType() local
2222 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isArithmeticType() local
3006 if (const auto *ET = getAs<EnumType>()) { in isAlignValT() local
3015 if (const auto *ET = getAs<EnumType>()) { in isStdByteType() local
3588 for (QualType ET : exceptions()) in hasDependentExceptionSpec() local
[all …]
H A DTemplateBase.cpp63 if (const EnumType *ET = T->getAs<EnumType>()) { in printIntegral() local
H A DASTContext.cpp1820 if (const auto *ET = T->getAs<EnumType>()) { in isPromotableIntegerType() local
2278 if (const auto *ET = dyn_cast<EnumType>(TT)) { in getTypeInfoImpl() local
2494 if (const auto *ET = T->getAs<EnumType>()) in getPreferredTypeAlign() local
4356 for (QualType ET : ESI.Exceptions) { in isCanonicalExceptionSpecification() local
4447 for (QualType ET : EPI.ExceptionSpec.Exceptions) { in getFunctionTypeInternal() local
7158 if (const auto *ET = Promotable->getAs<EnumType>()) in getPromotedIntegerType() local
7231 if (const auto *ET = dyn_cast<EnumType>(LHSC)) in getIntegerTypeOrder() local
7233 if (const auto *ET = dyn_cast<EnumType>(RHSC)) in getIntegerTypeOrder() local
8129 if (const auto *ET = T->getAs<EnumType>()) in EncodeBitField() local
10268 QualType ET = I->getType().getUnqualifiedType(); in mergeTransparentUnionType() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp198 llvm::hlsl::ElementType ET, in addBufferResourceAnnotation()
287 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.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/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.cpp234 auto ET = Loc.getAs<ElaboratedTypeLoc>(); in name() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1516 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend() local
1529 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64() local
1538 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64() local
1547 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isLSLImm3Shift() local
1554 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend() local
1563 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend() local
2152 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtendOperands() local
2160 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtend64Operands() local
2168 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtendOperands() local
2180 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.h181 void setEffectiveTriple(llvm::Triple ET) const { in setEffectiveTriple()
/freebsd/usr.bin/tip/tip/
H A Dtip.h93 EXTERN long ET; /* echocheck timeout */ variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2861 if (const auto *ET = dyn_cast<ElaboratedType>(T)) in isObjCIdType() local
2867 if (const auto *ET = dyn_cast<ElaboratedType>(T)) in isObjCClassType() local
2873 if (const auto *ET = dyn_cast<ElaboratedType>(T)) in isObjCSelType() local

123