Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp18 llvm::SmallVectorImpl<PrimType> &&ParamTypes, in Function()
H A DContext.cpp444 SmallVector<PrimType, 8> ParamTypes; in getOrCreateFunction() local
516 SmallVector<PrimType, 8> ParamTypes; in getOrCreateObjCBlock() local
H A DFunction.h275 llvm::SmallVector<PrimType, 8> ParamTypes; variable
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c206 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp195 SmallVector<Type *> ParamTypes(OrigTy->param_begin(), OrigTy->param_end()); in createMergedFunction() local
468 SmallVector<Type *> ParamTypes; in merge() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp552 SmallVector<QualType, 4> ParamTypes; in transformFunctionProtoType() local
1323 MutableArrayRef<QualType> ParamTypes, SourceLocation Loc) { in DeclareAggregateDeductionGuideForTypeAlias()
1354 TemplateDecl *Template, MutableArrayRef<QualType> ParamTypes, in DeclareAggregateDeductionGuideFromInitList()
H A DSemaOverload.cpp7896 bool OnlyInitializeNonUserDefinedConversions) { in AddMethodTemplateCandidateImmediately()
8019 bool OnlyInitializeNonUserDefinedConversions) { in AddTemplateOverloadCandidateImmediately()
8104 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions()
9122 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
9337 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
9553 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
9560 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
9641 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
9653 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
9701 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addBinaryPlusOrMinusPointerOverloads() local
[all …]
H A DHLSLBuiltinTypeDeclBuilder.cpp377 SmallVector<QualType> ParamTypes; in createDecl() local
H A DSemaAPINotes.cpp602 SmallVector<QualType, 4> ParamTypes; in ProcessAPINotes() local
H A DSemaTemplateDeduction.cpp3509 SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, in SubstituteExplicitTemplateArguments()
4511 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local
4751 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
H A DTreeTransform.h731 const QualType *ParamTypes, in TransformFunctionTypeParams()
6180 const QualType *ParamTypes, in TransformFunctionTypeParams()
6436 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local
17294 QualType T, MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
H A DSemaTemplateInstantiate.cpp3388 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
H A DSemaTemplateInstantiateDecl.cpp5090 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
H A DSemaType.cpp2645 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp397 std::vector<std::string> *ParamTypes = nullptr; member
726 std::vector<const Type *> ParamTypes; member in __anon819a2c470111::IRIntrinsicResult
729 const std::vector<const Type *> &ParamTypes, in IRIntrinsicResult()
1256 std::vector<const Type *> ParamTypes; in getCodeForDag() local
1558 ComparableStringVector ParamTypes; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1024 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
2033 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp752 DITypeRefArray ParamTypes = in createBPFUnreachable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h157 std::vector<ValueType> ParamTypes; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp764 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
2467 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration()
2482 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType()
2488 char *LLVMIntrinsicCopyOverloadedName(unsigned ID, LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName()
2498 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName2()
H A DAutoUpgrade.cpp1324 ArrayRef<Type *> ParamTypes = in upgradeIntrinsicFunction1() local
1335 Type *ParamTypes[2] = { in upgradeIntrinsicFunction1() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1598 ArrayRef<Type *> ParamTypes, in emitLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1071 SmallVector<SPIRVType *, 4> ParamTypes; in createSPIRVType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5035 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local
5356 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
H A DCGDebugInfo.cpp4793 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); in EmitFunctionDecl() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7582 SmallVector<Type *, 8> ParamTypes; in resolveFunctionType() local

12