/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SuspiciousCallArgumentCheck.h | 78 SmallVector<QualType, SmallVectorSize> ParamTypes; variable
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp |
|
H A D | Function.h |
|
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
H A D | OrcV2CBindingsAddObjectFile.c | 31 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
H A D | OrcV2CBindingsDumpObjects.c | 37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
H A D | OrcV2CBindingsIRTransforms.c | 38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | EquivalenceClassesTest.cpp | 110 using ParamTypes = typedef
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 164 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 117 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; llvm_test_dibuilder() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7608 __anond63fa3841002(ArrayRef<QualType> ParamTypes) AddMethodTemplateCandidate() argument 7694 __anond63fa3841102(ArrayRef<QualType> ParamTypes) AddTemplateOverloadCandidate() argument 7737 CheckNonDependentConversions(FunctionTemplateDecl * FunctionTemplate,ArrayRef<QualType> ParamTypes,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,ConversionSequenceList & Conversions,bool SuppressUserConversions,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,OverloadCandidateParamOrder PO) CheckNonDependentConversions() argument 8685 QualType ParamTypes[2]; AddBuiltinAssignmentOperatorCandidates() local 8903 QualType ParamTypes[2] = { addPlusPlusMinusMinusStyleOverloads() local 9119 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 9126 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 9207 QualType ParamTypes[2] = {PtrTy, PtrTy}; addGenericBinaryPointerOrEnumeralOverloads() local 9219 QualType ParamTypes[2] = {EnumTy, EnumTy}; addGenericBinaryPointerOrEnumeralOverloads() local 9267 QualType ParamTypes[2] = {PtrTy, PtrTy}; addBinaryPlusOrMinusPointerOverloads() local 9467 QualType ParamTypes[2] = { addAssignmentPointerOverloads() local 9509 QualType ParamTypes[2] = { addAssignmentPointerOverloads() local 9568 QualType ParamTypes[2]; addAssignmentArithmeticOverloads() local 9586 QualType ParamTypes[2]; addAssignmentArithmeticOverloads() local 9622 QualType ParamTypes[2]; addAssignmentIntegralOverloads() local 9651 QualType ParamTypes[2] = { S.Context.BoolTy, S.Context.BoolTy }; addAmpAmpOrPipePipeOverload() local 9669 QualType ParamTypes[2] = {PtrTy, S.Context.getPointerDiffType()}; addSubscriptOverloads() local 9679 QualType ParamTypes[2] = {S.Context.getPointerDiffType(), PtrTy}; addSubscriptOverloads() local 9719 QualType ParamTypes[2] = {PtrTy, MemPtrTy}; addArrowStarOverloads() local 9753 QualType ParamTypes[2] = {PtrTy, PtrTy}; addConditionalOperatorOverloads() local 9761 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; addConditionalOperatorOverloads() local 9773 QualType ParamTypes[2] = {EnumTy, EnumTy}; addConditionalOperatorOverloads() local 12427 ArrayRef<QualType> ParamTypes; CompleteNonViableCandidate() local [all...] |
H A D | SemaAPINotes.cpp | 527 SmallVector<QualType, 4> ParamTypes; ProcessAPINotes() local
|
H A D | SemaTemplateDeduction.cpp | 3435 SubstituteExplicitTemplateArguments(FunctionTemplateDecl * FunctionTemplate,TemplateArgumentListInfo & ExplicitTemplateArgs,SmallVectorImpl<DeducedTemplateArgument> & Deduced,SmallVectorImpl<QualType> & ParamTypes,QualType * FunctionType,TemplateDeductionInfo & Info) SubstituteExplicitTemplateArguments() argument 4405 SmallVector<QualType, 8> ParamTypes; DeduceTemplateArguments() local 4640 SmallVector<QualType, 4> ParamTypes; DeduceTemplateArguments() local [all...] |
H A D | SemaTemplate.cpp | 2528 SmallVector<QualType, 4> ParamTypes; transformFunctionProtoType() local 3218 DeclareAggregateDeductionGuideForTypeAlias(Sema & SemaRef,TypeAliasTemplateDecl * AliasTemplate,MutableArrayRef<QualType> ParamTypes,SourceLocation Loc) DeclareAggregateDeductionGuideForTypeAlias() argument 3234 DeclareAggregateDeductionGuideFromInitList(TemplateDecl * Template,MutableArrayRef<QualType> ParamTypes,SourceLocation Loc) DeclareAggregateDeductionGuideFromInitList() argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 399 std::vector<std::string> *ParamTypes = nullptr; member 728 std::vector<const Type *> ParamTypes; member in __anon6b6344ba0111::IRIntrinsicResult 731 const std::vector<const Type *> &ParamTypes, in IRIntrinsicResult() argument 1253 std::vector<const Type *> ParamTypes; getCodeForDag() local 1556 ComparableStringVector ParamTypes; global() member [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 244 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 478 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(std::nullopt); CreateOldFunctionBodyAndDI() local 968 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(std::nullopt); CreateOldModule() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 838 Type *ParamTypes[] = { getOrInsertValueProfilingCall() local 1851 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; emitRegistration() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 156 std::vector<ValueType> ParamTypes; member
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 766 LLVMFunctionType(LLVMTypeRef ReturnType,LLVMTypeRef * ParamTypes,unsigned ParamCount,LLVMBool IsVarArg) LLVMFunctionType() argument 2392 LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod,unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount) LLVMGetIntrinsicDeclaration() argument 2407 LLVMIntrinsicGetType(LLVMContextRef Ctx,unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount) LLVMIntrinsicGetType() argument 2414 LLVMIntrinsicCopyOverloadedName(unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount,size_t * NameLength) LLVMIntrinsicCopyOverloadedName() argument 2425 LLVMIntrinsicCopyOverloadedName2(LLVMModuleRef Mod,unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount,size_t * NameLength) LLVMIntrinsicCopyOverloadedName2() argument [all...] |
H A D | AutoUpgrade.cpp | 1199 ArrayRef<Type *> ParamTypes = upgradeIntrinsicFunction1() local 1209 Type *ParamTypes[2] = { upgradeIntrinsicFunction1() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 878 SmallVector<SPIRVType *, 4> ParamTypes; createSPIRVType() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1441 emitLibCall(LibFunc TheLibFunc,Type * ReturnType,ArrayRef<Type * > ParamTypes,ArrayRef<Value * > Operands,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool IsVaArgs=false) emitLibCall() argument
|