/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp | 20 llvm::SmallVectorImpl<PrimType> &&ParamTypes, in Function() argument
|
H A D | ByteCodeEmitter.cpp | 26 SmallVector<PrimType, 8> ParamTypes; compileFunc() local
|
H A D | Function.h | 234 llvm::SmallVector<PrimType, 8> ParamTypes; global() variable
|
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | aslexternal.c | 199 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7548 __anon6beb8ae30f02(ArrayRef<QualType> ParamTypes) AddMethodTemplateCandidate() argument 7634 __anon6beb8ae31002(ArrayRef<QualType> ParamTypes) AddTemplateOverloadCandidate() argument 7678 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 8652 QualType ParamTypes[2]; AddBuiltinAssignmentOperatorCandidates() local 8852 QualType ParamTypes[2] = { addPlusPlusMinusMinusStyleOverloads() local 9068 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 9075 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 9156 QualType ParamTypes[2] = {PtrTy, PtrTy}; addGenericBinaryPointerOrEnumeralOverloads() local 9168 QualType ParamTypes[2] = {EnumTy, EnumTy}; addGenericBinaryPointerOrEnumeralOverloads() local 9216 QualType ParamTypes[2] = {PtrTy, PtrTy}; addBinaryPlusOrMinusPointerOverloads() local 9416 QualType ParamTypes[2] = { addAssignmentPointerOverloads() local 9458 QualType ParamTypes[2] = { addAssignmentPointerOverloads() local 9517 QualType ParamTypes[2]; addAssignmentArithmeticOverloads() local 9535 QualType ParamTypes[2]; addAssignmentArithmeticOverloads() local 9571 QualType ParamTypes[2]; addAssignmentIntegralOverloads() local 9600 QualType ParamTypes[2] = { S.Context.BoolTy, S.Context.BoolTy }; addAmpAmpOrPipePipeOverload() local 9618 QualType ParamTypes[2] = {PtrTy, S.Context.getPointerDiffType()}; addSubscriptOverloads() local 9628 QualType ParamTypes[2] = {S.Context.getPointerDiffType(), PtrTy}; addSubscriptOverloads() local 9668 QualType ParamTypes[2] = {PtrTy, MemPtrTy}; addArrowStarOverloads() local 9702 QualType ParamTypes[2] = {PtrTy, PtrTy}; addConditionalOperatorOverloads() local 9710 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; addConditionalOperatorOverloads() local 9722 QualType ParamTypes[2] = {EnumTy, EnumTy}; addConditionalOperatorOverloads() local 12306 ArrayRef<QualType> ParamTypes; CompleteNonViableCandidate() local [all...] |
H A D | SemaTemplateDeduction.cpp | 3240 SubstituteExplicitTemplateArguments(FunctionTemplateDecl * FunctionTemplate,TemplateArgumentListInfo & ExplicitTemplateArgs,SmallVectorImpl<DeducedTemplateArgument> & Deduced,SmallVectorImpl<QualType> & ParamTypes,QualType * FunctionType,TemplateDeductionInfo & Info) SubstituteExplicitTemplateArguments() argument 4251 SmallVector<QualType, 8> ParamTypes; DeduceTemplateArguments() local 4480 SmallVector<QualType, 4> ParamTypes; DeduceTemplateArguments() local [all...] |
H A D | TreeTransform.h | 723 TransformFunctionTypeParams(SourceLocation Loc,ArrayRef<ParmVarDecl * > Params,const QualType * ParamTypes,const FunctionProtoType::ExtParameterInfo * ParamInfos,SmallVectorImpl<QualType> & PTypes,SmallVectorImpl<ParmVarDecl * > * PVars,Sema::ExtParameterInfoBuilder & PInfos) TransformFunctionTypeParams() argument 5856 TransformFunctionTypeParams(SourceLocation Loc,ArrayRef<ParmVarDecl * > Params,const QualType * ParamTypes,const FunctionProtoType::ExtParameterInfo * ParamInfos,SmallVectorImpl<QualType> & OutParamTypes,SmallVectorImpl<ParmVarDecl * > * PVars,Sema::ExtParameterInfoBuilder & PInfos,unsigned * LastParamTransformed) TransformFunctionTypeParams() argument 6112 SmallVector<QualType, 4> ParamTypes; TransformFunctionProtoType() local 15124 RebuildFunctionProtoType(QualType T,MutableArrayRef<QualType> ParamTypes,const FunctionProtoType::ExtProtoInfo & EPI) RebuildFunctionProtoType() argument [all...] |
H A D | SemaTemplate.cpp | 2521 SmallVector<QualType, 4> ParamTypes; transformFunctionProtoType() local 2683 DeclareImplicitDeductionGuideFromInitList(TemplateDecl * Template,MutableArrayRef<QualType> ParamTypes,SourceLocation Loc) DeclareImplicitDeductionGuideFromInitList() argument
|
H A D | SemaTemplateInstantiate.cpp | 3010 SubstParmTypes(SourceLocation Loc,ArrayRef<ParmVarDecl * > Params,const FunctionProtoType::ExtParameterInfo * ExtParamInfos,const MultiLevelTemplateArgumentList & TemplateArgs,SmallVectorImpl<QualType> & ParamTypes,SmallVectorImpl<ParmVarDecl * > * OutParams,ExtParameterInfoBuilder & ParamInfos) SubstParmTypes() argument
|
H A D | SemaTemplateInstantiateDecl.cpp | 4533 SmallVector<QualType, 4> ParamTypes; SubstFunctionType() local
|
H A D | SemaType.cpp | 3062 BuildFunctionType(QualType T,MutableArrayRef<QualType> ParamTypes,SourceLocation Loc,DeclarationName Entity,const FunctionProtoType::ExtProtoInfo & EPI) BuildFunctionType() argument
|
H A D | SemaExpr.cpp | 21429 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); VisitCallExpr() local
|
/freebsd-src/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 __anon3961c3990111::IRIntrinsicResult 730 IRIntrinsicResult(StringRef IntrinsicID,std::vector<const Type * > ParamTypes,std::vector<Ptr> Args) IRIntrinsicResult() argument 1252 std::vector<const Type *> ParamTypes; getCodeForDag() local 1555 ComparableStringVector ParamTypes; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 783 Type *ParamTypes[] = { getOrInsertValueProfilingCall() local 1665 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; emitRegistration() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 156 std::vector<ValueType> ParamTypes; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 699 SmallVector<SPIRVType *, 4> ParamTypes; createSPIRVType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 738 LLVMFunctionType(LLVMTypeRef ReturnType,LLVMTypeRef * ParamTypes,unsigned ParamCount,LLVMBool IsVarArg) LLVMFunctionType() argument 2326 LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod,unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount) LLVMGetIntrinsicDeclaration() argument 2341 LLVMIntrinsicGetType(LLVMContextRef Ctx,unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount) LLVMIntrinsicGetType() argument 2348 LLVMIntrinsicCopyOverloadedName(unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount,size_t * NameLength) LLVMIntrinsicCopyOverloadedName() argument 2359 LLVMIntrinsicCopyOverloadedName2(LLVMModuleRef Mod,unsigned ID,LLVMTypeRef * ParamTypes,size_t ParamCount,size_t * NameLength) LLVMIntrinsicCopyOverloadedName2() argument [all...] |
H A D | AutoUpgrade.cpp | 1154 ArrayRef<Type *> ParamTypes = upgradeIntrinsicFunction1() local 1164 Type *ParamTypes[2] = { upgradeIntrinsicFunction1() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1438 emitLibCall(LibFunc TheLibFunc,Type * ReturnType,ArrayRef<Type * > ParamTypes,ArrayRef<Value * > Operands,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool IsVaArgs=false) emitLibCall() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 4778 llvm::SmallVector<llvm::Type *, 4> ParamTypes; EmitOMPTaskBasedDirective() local 5098 llvm::SmallVector<llvm::Type *, 4> ParamTypes; EmitOMPTargetTaskBasedDirective() local [all...] |
H A D | CGDebugInfo.cpp | 4377 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); EmitFunctionDecl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6834 std::vector<Type*> ParamTypes; resolveFunctionType() local
|