| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Function.cpp | 19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
|
| H A D | Function.h | 148 llvm::SmallVector<PrimType, 8> ParamTypes; variable
|
| H A D | ByteCodeEmitter.cpp | 28 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslexternal.c | 199 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8068 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 D | SemaTemplateDeduction.cpp | 3212 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments() 4107 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local 4310 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
|
| H A D | SemaTemplateInstantiate.cpp | 2469 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
| H A D | TreeTransform.h | 5598 const QualType *ParamTypes, in TransformFunctionTypeParams() 5850 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local 14371 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4345 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
| H A D | SemaType.cpp | 2851 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
|
| H A D | SemaTemplate.cpp | 2322 SmallVector<QualType, 4> ParamTypes; in transformFunctionProtoType() local
|
| H A D | SemaDecl.cpp | 3762 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() local
|
| H A D | SemaExpr.cpp | 19369 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 403 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 D | Instrument.cpp | 190 std::vector<std::string> ParamTypes; in VisitCXXMethodDecl() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 720 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 610 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 1091 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 867 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 D | Core.cpp | 677 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 D | WasmYAML.h | 152 std::vector<ValueType> ParamTypes; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1220 ArrayRef<Type *> ParamTypes, in emitLibCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6275 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 D | CGStmtOpenMP.cpp | 4386 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local 4692 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
|