/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
H A D | OrcV2CBindingsAddObjectFile.c | 32 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslexternal.c | 91 UINT32 ParamTypes[ACPI_METHOD_NUM_ARGS]; in ExDoExternal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 113 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7026 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 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 | 2470 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4221 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
H A D | TreeTransform.h | 5575 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 D | MveEmitter.cpp | 403 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 D | InstrProfiling.cpp | 605 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 1066 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 705 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 863 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 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | variant.d | 498 alias ParamTypes = Parameters!A; in VariantN() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 152 std::vector<ValueType> ParamTypes; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1220 ArrayRef<Type *> ParamTypes, in emitLibCall()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | variant.d | 597 alias ParamTypes = Parameters!A; in VariantN() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6574 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 D | CGStmtOpenMP.cpp | 4360 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 D | ir.go | 601 func (t Type) ParamTypes() []Type { func
|