Home
last modified time | relevance | path

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

1234

/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() argument
91 ErrorType ET; in handleTypeMismatchImpl() local
159 ErrorType ET = ErrorType::AlignmentAssumption; handleAlignmentAssumptionImpl() local
214 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow handleIntegerOverflowImpl() local
253 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow handleNegateOverflowImpl() local
292 ErrorType ET; handleDivremOverflowImpl() local
337 ErrorType ET; handleShiftOutOfBoundsImpl() local
384 ErrorType ET = ErrorType::OutOfBoundsIndex; handleOutOfBoundsImpl() local
410 ErrorType ET = ErrorType::UnreachableCall; handleBuiltinUnreachableImpl() local
423 ErrorType ET = ErrorType::MissingReturn; handleMissingReturnImpl() local
439 ErrorType ET = ErrorType::NonPositiveVLAIndex; handleVLABoundNotPositive() local
486 ErrorType ET = ErrorType::FloatCastOverflow; handleFloatCastOverflow() local
529 ErrorType ET = handleLoadInvalidValue() local
562 ErrorType ET = ErrorType::GenericUB; handleImplicitConversion() local
629 ErrorType ET = ErrorType::InvalidBuiltin; handleInvalidBuiltin() local
654 ErrorType ET = ErrorType::InvalidObjCCast; handleInvalidObjCCast() local
687 ErrorType ET = IsAttr ? ErrorType::InvalidNullReturn handleNonNullReturn() local
732 ErrorType ET = IsAttr ? ErrorType::InvalidNullArgument handleNonNullArg() local
776 ErrorType ET; handlePointerOverflowImpl() local
839 ErrorType ET = ErrorType::CFIBadType; handleCFIBadIcall() local
929 ErrorType ET = ErrorType::FunctionTypeMismatch; handleFunctionTypeMismatch() 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()
/llvm-project/lldb/test/API/tools/lldb-server/registers-target-xml-reading/
H A DTestGdbRemoteTargetXmlPacket.py7 import xml.etree.ElementTree as ET namespace
/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
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp82 : TheExegesisTarget(ET), TheTargetMachine(std::move(TM)), PfmCounters(PCI), in LLVMState() argument
67 const ExegesisTarget *ET = Create() local
H A DAssembler.cpp52 static bool generateSnippetSetupCode(const ExegesisTarget &ET, in generateSnippetSetupCode() argument
184 void BasicBlockFiller::addReturn(const ExegesisTarget &ET, in addReturn() argument
244 assembleToStream(const ExegesisTarget & ET,std::unique_ptr<LLVMTargetMachine> TM,ArrayRef<unsigned> LiveIns,const FillFunction & Fill,raw_pwrite_stream & AsmStream,const BenchmarkKey & Key,bool GenerateMemoryInstructions) assembleToStream() argument
[all...]
H A DSnippetRepetitor.cpp60 const auto &ET = State.getExegesisTarget(); in Repeat() local
H A DSerialSnippetGenerator.cpp41 const auto &ET = State.getExegesisTarget(); in computeAliasingInstructions() local
H A DParallelSnippetGenerator.cpp97 const auto &ET = State.getExegesisTarget(); in instantiateMemoryOperands() local
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction-guide.cpp180 using ET = decltype(e); typedef
181 using ET = E<1, 3>; typedef
/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestPtyServer.py7 import xml.etree.ElementTree as ET namespace
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h97 const ExegesisTarget *const ET; global() variable
/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/
H A DTestGdbRemoteLibrariesSvr4Support.py1 import xml.etree.ElementTree as ET namespace
/llvm-project/clang/test/SemaCXX/
H A Denum-scoped.cpp235 enum class ET : T; // expected-note 2{{here}} member
238 template<> enum class S<int>::ET : int {}; enum
239 template<> enum class S<char>::ET : short {}; // expected-error {{different underlying type}} enum
243 …template<typename T> enum class S<T>::ET : int {}; // expected-error {{different underlying type '… enum
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp118 } else if (const auto *ET = dyn_cast<ElaboratedType>(T)) { in isGlobalConstString() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp131 if (const auto *ET = ECD->getType()->getAs<EnumType>()) check() local
/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp201 addBufferResourceAnnotation(llvm::GlobalVariable * GV,llvm::hlsl::ResourceClass RC,llvm::hlsl::ResourceKind RK,bool IsROV,llvm::hlsl::ElementType ET,BufferResBinding & Binding) addBufferResourceAnnotation() argument
290 llvm::hlsl::ElementType ET = calculateElementType(CGM.getContext(), Ty); annotateHLSLResource() local
/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUseStdMinMaxCheck.cpp73 else if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(QT)) { in getNonTemplateAlias() local
/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() argument
157 ExpressionType ET = EB->getExpressionType(); in classof() local
/llvm-project/clang/lib/AST/
H A DType.cpp163 Create(const ASTContext & Ctx,QualType ET,QualType Can,const llvm::APInt & Sz,const Expr * SzExpr,ArraySizeModifier SzMod,unsigned Qual) Create() argument
231 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ET,uint64_t ArraySize,const Expr * SizeExpr,ArraySizeModifier SizeMod,unsigned TypeQuals) Profile() argument
252 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ET,ArraySizeModifier SizeMod,unsigned TypeQuals,Expr * E) Profile() argument
689 if (const auto *ET = getAs<EnumType>()) isScopedEnumeralType() local
2064 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) isIntegralType() local
2082 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) isUnscopedEnumerationType() local
2151 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { isSignedIntegerType() local
2172 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { isSignedIntegerOrEnumerationType() local
2201 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { isUnsignedIntegerType() local
2222 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { isUnsignedIntegerOrEnumerationType() local
2275 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) isRealType() local
2284 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) isArithmeticType() local
3127 if (const auto *ET = getAs<EnumType>()) { isAlignValT() local
3136 if (const auto *ET = getAs<EnumType>()) { isStdByteType() local
3747 for (QualType ET : exceptions()) hasDependentExceptionSpec() local
3759 for (QualType ET : exceptions()) hasInstantiationDependentExceptionSpec() local
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp414 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType() argument
617 if (const EnumType *ET = QT->getAs<EnumType>()) in appendType() local
/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()
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp104 if (const auto *ET = QT->getAs<EnumType>()) in ConvertQualTypeToKind() local

1234