/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp | 20 llvm::SmallVectorImpl<PrimType> &&ParamTypes, in Function()
|
H A D | Function.h | 253 llvm::SmallVector<PrimType, 8> ParamTypes; variable
|
H A D | ByteCodeEmitter.cpp | 71 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslexternal.c | 199 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7597 [&](ArrayRef<QualType> ParamTypes) { in AddMethodTemplateCandidate() 7682 [&](ArrayRef<QualType> ParamTypes) { in AddTemplateOverloadCandidate() 7724 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions() 8661 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local 8879 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local 9095 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 9102 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 9183 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local 9195 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local 9243 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addBinaryPlusOrMinusPointerOverloads() local [all …]
|
H A D | SemaTemplateDeductionGuide.cpp | 506 SmallVector<QualType, 4> ParamTypes; in transformFunctionProtoType() local 1261 MutableArrayRef<QualType> ParamTypes, SourceLocation Loc) { in DeclareAggregateDeductionGuideForTypeAlias() 1292 TemplateDecl *Template, MutableArrayRef<QualType> ParamTypes, in DeclareAggregateDeductionGuideFromInitList()
|
H A D | SemaAPINotes.cpp | 527 SmallVector<QualType, 4> ParamTypes; in ProcessAPINotes() local
|
H A D | SemaTemplateDeduction.cpp | 3435 SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, in SubstituteExplicitTemplateArguments() 4405 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local 4640 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
|
H A D | TreeTransform.h | 729 const QualType *ParamTypes, in TransformFunctionTypeParams() 5953 const QualType *ParamTypes, in TransformFunctionTypeParams() 6209 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local 16157 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
|
H A D | SemaTemplateInstantiate.cpp | 3193 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4541 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
H A D | SemaType.cpp | 2606 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
|
H A D | SemaExpr.cpp | 20429 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
|
/freebsd/contrib/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 __anon819a2c470111::IRIntrinsicResult 731 const std::vector<const Type *> &ParamTypes, in IRIntrinsicResult() 1253 std::vector<const Type *> ParamTypes; in getCodeForDag() local 1556 ComparableStringVector ParamTypes; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1013 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 2029 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 156 std::vector<ValueType> ParamTypes; member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 766 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() 2453 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration() 2468 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() 2475 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName() 2486 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName2()
|
H A D | AutoUpgrade.cpp | 1199 ArrayRef<Type *> ParamTypes = in upgradeIntrinsicFunction1() local 1209 Type *ParamTypes[2] = { in upgradeIntrinsicFunction1() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 878 SmallVector<SPIRVType *, 4> ParamTypes; in createSPIRVType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1449 ArrayRef<Type *> ParamTypes, in emitLibCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 4835 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local 5155 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
|
H A D | CGDebugInfo.cpp | 4530 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); in EmitFunctionDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7269 std::vector<Type*> ParamTypes; in resolveFunctionType() local
|