| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.cpp | 18 llvm::SmallVectorImpl<PrimType> &&ParamTypes, in Function()
|
| H A D | Context.cpp | 444 SmallVector<PrimType, 8> ParamTypes; in getOrCreateFunction() local 516 SmallVector<PrimType, 8> ParamTypes; in getOrCreateObjCBlock() local
|
| H A D | Function.h | 275 llvm::SmallVector<PrimType, 8> ParamTypes; variable
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslexternal.c | 206 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GlobalMergeFunctions.cpp | 195 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 D | SemaTemplateDeductionGuide.cpp | 552 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 D | SemaOverload.cpp | 7896 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 D | HLSLBuiltinTypeDeclBuilder.cpp | 377 SmallVector<QualType> ParamTypes; in createDecl() local
|
| H A D | SemaAPINotes.cpp | 602 SmallVector<QualType, 4> ParamTypes; in ProcessAPINotes() local
|
| H A D | SemaTemplateDeduction.cpp | 3509 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 D | TreeTransform.h | 731 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 D | SemaTemplateInstantiate.cpp | 3388 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5090 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
| H A D | SemaType.cpp | 2645 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 397 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 D | InstrProfiling.cpp | 1024 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 2033 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 752 DITypeRefArray ParamTypes = in createBPFUnreachable() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 157 std::vector<ValueType> ParamTypes; member
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 764 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 D | AutoUpgrade.cpp | 1324 ArrayRef<Type *> ParamTypes = in upgradeIntrinsicFunction1() local 1335 Type *ParamTypes[2] = { in upgradeIntrinsicFunction1() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1598 ArrayRef<Type *> ParamTypes, in emitLibCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 1071 SmallVector<SPIRVType *, 4> ParamTypes; in createSPIRVType() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 5035 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local 5356 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
|
| H A D | CGDebugInfo.cpp | 4793 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); in EmitFunctionDecl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7582 SmallVector<Type *, 8> ParamTypes; in resolveFunctionType() local
|