Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.cpp19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
H A DByteCodeEmitter.cpp34 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
H A DFunction.h184 llvm::SmallVector<PrimType, 8> ParamTypes; variable
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c32 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c39 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddebuginfo.c112 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp7224 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddMethodTemplateCandidate()
7307 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddTemplateOverloadCandidate()
7350 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions()
8278 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
8478 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
8694 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8701 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8782 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8794 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8842 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addBinaryPlusOrMinusPointerOverloads() local
[all …]
H A DSemaTemplateDeduction.cpp3189 SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, in SubstituteExplicitTemplateArguments()
4095 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local
4299 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
H A DTreeTransform.h696 const QualType *ParamTypes, in TransformFunctionTypeParams()
5758 const QualType *ParamTypes, in TransformFunctionTypeParams()
6015 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local
14853 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
H A DSemaTemplateInstantiate.cpp2819 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
H A DSemaTemplateInstantiateDecl.cpp4468 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c165 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp399 std::vector<std::string> *ParamTypes = nullptr; member
728 std::vector<const Type *> ParamTypes; member in __anonece5a09e0111::IRIntrinsicResult
730 IRIntrinsicResult(StringRef IntrinsicID, std::vector<const Type *> ParamTypes, in IRIntrinsicResult()
1252 std::vector<const Type *> ParamTypes; in getCodeForDag() local
1555 ComparableStringVector ParamTypes; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp597 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
1186 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp731 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp1013 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
1021 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
1030 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
H A DCore.cpp689 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
2342 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration()
2357 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType()
2364 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName()
2375 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName2()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h156 std::vector<ValueType> ParamTypes; member
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp678 SmallVector<SPIRVType *, 4> ParamTypes; in createSPIRVType() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1439 ArrayRef<Type *> ParamTypes, in emitLibCall()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4751 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local
5071 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
H A DCGDebugInfo.cpp4232 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); in EmitFunctionDecl() local

12