Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
H A DFunction.h148 llvm::SmallVector<PrimType, 8> ParamTypes; variable
H A DByteCodeEmitter.cpp28 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c199 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8068 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
8223 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
8527 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8539 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8787 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
8829 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
8888 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
8910 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
8946 QualType ParamTypes[2]; in addAssignmentIntegralOverloads() local
9080 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addConditionalOperatorOverloads() local
[all …]
H A DSemaTemplateDeduction.cpp3212 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments()
4107 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local
4310 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
H A DSemaTemplateInstantiate.cpp2469 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
H A DTreeTransform.h5598 const QualType *ParamTypes, in TransformFunctionTypeParams()
5850 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local
14371 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
H A DSemaTemplateInstantiateDecl.cpp4345 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
H A DSemaType.cpp2851 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
H A DSemaTemplate.cpp2322 SmallVector<QualType, 4> ParamTypes; in transformFunctionProtoType() local
H A DSemaDecl.cpp3762 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() local
H A DSemaExpr.cpp19369 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp403 std::vector<std::string> *ParamTypes = nullptr; member
730 std::vector<const Type *> ParamTypes; member in __anonb7c02cfb0111::IRIntrinsicResult
732 IRIntrinsicResult(StringRef IntrinsicID, std::vector<const Type *> ParamTypes, in IRIntrinsicResult()
1246 std::vector<const Type *> ParamTypes; in getCodeForDag() local
1550 ComparableStringVector ParamTypes; member
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp190 std::vector<std::string> ParamTypes; in VisitCXXMethodDecl() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp720 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp610 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
1091 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp867 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
875 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
884 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
H A DCore.cpp677 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
2387 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration()
2402 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType()
2409 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName()
2420 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName2()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h152 std::vector<ValueType> ParamTypes; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1220 ArrayRef<Type *> ParamTypes, in emitLibCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6275 std::vector<Type*> ParamTypes; in parseInvoke() local
6601 std::vector<Type *> ParamTypes; in parseCallBr() local
7007 std::vector<Type*> ParamTypes; in parseCall() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4386 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local
4692 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local