Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c32 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslexternal.c91 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c113 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7026 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddMethodTemplateCandidate()
7109 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddTemplateOverloadCandidate()
7152 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions()
8072 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
8227 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
8443 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8450 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8529 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8541 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8589 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addBinaryPlusOrMinusPointerOverloads() 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.cpp2470 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
H A DSemaTemplateInstantiateDecl.cpp4221 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
H A DTreeTransform.h5575 const QualType *ParamTypes, in TransformFunctionTypeParams()
5827 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local
14306 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp403 std::vector<std::string> *ParamTypes = nullptr; member
730 std::vector<const Type *> ParamTypes; member in __anone3a730d20111::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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp605 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
1066 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp705 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp863 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
871 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
880 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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d498 alias ParamTypes = Parameters!A; in VariantN() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h152 std::vector<ValueType> ParamTypes; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1220 ArrayRef<Type *> ParamTypes, in emitLibCall()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d597 alias ParamTypes = Parameters!A; in VariantN() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6574 std::vector<Type*> ParamTypes; in parseInvoke() local
6900 std::vector<Type *> ParamTypes; in parseCallBr() local
7306 std::vector<Type*> ParamTypes; in parseCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4360 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local
4666 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go601 func (t Type) ParamTypes() []Type { func

12