Home
last modified time | relevance | path

Searched defs:ParamTypes (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h78 SmallVector<QualType, SmallVectorSize> ParamTypes; variable
/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp
H A DFunction.h
H A DByteCodeEmitter.cpp
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c31 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project/llvm/unittests/ADT/
H A DEquivalenceClassesTest.cpp110 using ParamTypes = typedef
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c164 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c117 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; llvm_test_dibuilder() local
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7608 __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 DSemaAPINotes.cpp527 SmallVector<QualType, 4> ParamTypes; ProcessAPINotes() local
H A DSemaTemplateDeduction.cpp3435 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 DSemaTemplate.cpp2528 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 DMveEmitter.cpp399 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 DMCJITCAPITest.cpp244 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp478 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 DInstrProfiling.cpp838 Type *ParamTypes[] = { getOrInsertValueProfilingCall() local
1851 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; emitRegistration() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h156 std::vector<ValueType> ParamTypes; member
/llvm-project/llvm/lib/IR/
H A DCore.cpp766 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 DAutoUpgrade.cpp1199 ArrayRef<Type *> ParamTypes = upgradeIntrinsicFunction1() local
1209 Type *ParamTypes[2] = { upgradeIntrinsicFunction1() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp878 SmallVector<SPIRVType *, 4> ParamTypes; createSPIRVType() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1441 emitLibCall(LibFunc TheLibFunc,Type * ReturnType,ArrayRef<Type * > ParamTypes,ArrayRef<Value * > Operands,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool IsVaArgs=false) emitLibCall() argument

12