/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 27 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 D | ubsan_handlers_cxx.cpp | 46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local 101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
|
H A D | ubsan_diag.h | 122 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 D | TestGdbRemoteTargetXmlPacket.py | 7 import xml.etree.ElementTree as ET namespace
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaBPF.cpp | 63 } 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 D | LlvmState.cpp | 82 : TheExegesisTarget(ET), TheTargetMachine(std::move(TM)), PfmCounters(PCI), in LLVMState() argument 67 const ExegesisTarget *ET = Create() local
|
H A D | Assembler.cpp | 52 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 D | SnippetRepetitor.cpp | 60 const auto &ET = State.getExegesisTarget(); in Repeat() local
|
H A D | SerialSnippetGenerator.cpp | 41 const auto &ET = State.getExegesisTarget(); in computeAliasingInstructions() local
|
H A D | ParallelSnippetGenerator.cpp | 97 const auto &ET = State.getExegesisTarget(); in instantiateMemoryOperands() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | deduction-guide.cpp | 180 using ET = decltype(e); typedef 181 using ET = E<1, 3>; typedef
|
/llvm-project/lldb/test/API/tools/lldb-server/ |
H A D | TestPtyServer.py | 7 import xml.etree.ElementTree as ET namespace
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/ |
H A D | AssemblerUtils.h | 97 const ExegesisTarget *const ET; global() variable
|
/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/ |
H A D | TestGdbRemoteLibrariesSvr4Support.py | 1 import xml.etree.ElementTree as ET namespace
|
/llvm-project/clang/test/SemaCXX/ |
H A D | enum-scoped.cpp | 235 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 D | NonnullGlobalConstantsChecker.cpp | 118 } else if (const auto *ET = dyn_cast<ElaboratedType>(T)) { in isGlobalConstString() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.cpp | 131 if (const auto *ET = ECD->getType()->getAs<EnumType>()) check() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 201 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 D | ExecuteStage.cpp | 45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | UseStdMinMaxCheck.cpp | 73 else if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(QT)) { in getNonTemplateAlias() local
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 68 : 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 D | Type.cpp | 163 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 D | XCore.cpp | 414 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 D | AArch64AddressingModes.h | 151 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 D | Value.cpp | 104 if (const auto *ET = QT->getAs<EnumType>()) in ConvertQualTypeToKind() local
|