/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6777 Candidate.BuiltinTypes.ParamTypes[ArgIdx] = ParamTys[ArgIdx]; in AddBuiltinCandidate() 7111 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local 7114 ParamTypes[0] = S.Context.getLValueReferenceType(T); in AddBuiltinAssignmentOperatorCandidates() 7115 ParamTypes[1] = T; in AddBuiltinAssignmentOperatorCandidates() 7116 S.AddBuiltinCandidate(ParamTypes[0], ParamTypes, Args, CandidateSet, in AddBuiltinAssignmentOperatorCandidates() 7121 ParamTypes[0] in AddBuiltinAssignmentOperatorCandidates() 7123 ParamTypes[1] = T; in AddBuiltinAssignmentOperatorCandidates() 7124 S.AddBuiltinCandidate(ParamTypes[0], ParamTypes, Args, CandidateSet, in AddBuiltinAssignmentOperatorCandidates() 7307 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local 7314 S.AddBuiltinCandidate(ParamTypes[0], ParamTypes, Args, CandidateSet); in addPlusPlusMinusMinusStyleOverloads() [all …]
|
D | SemaTemplateDeduction.cpp | 2477 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments() argument 2488 ParamTypes.push_back(P->getType()); in SubstituteExplicitTemplateArguments() 2573 ParamTypes, /*params*/ nullptr, ExtParamInfos)) in SubstituteExplicitTemplateArguments() 2610 ParamTypes, /*params*/ nullptr, ExtParamInfos)) in SubstituteExplicitTemplateArguments() 2615 EPI.ExtParameterInfos = ExtParamInfos.getPointerOrNull(ParamTypes.size()); in SubstituteExplicitTemplateArguments() 2616 *FunctionType = BuildFunctionType(ResultType, ParamTypes, in SubstituteExplicitTemplateArguments() 3357 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local 3364 ParamTypes, in DeduceTemplateArguments() 3374 ParamTypes.push_back(Function->getParamDecl(I)->getType()); in DeduceTemplateArguments() 3381 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(); in DeduceTemplateArguments() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | libcall.ll | 21 ; CHECK-NEXT: ParamTypes: 26 ; CHECK-NEXT: ParamTypes:
|
D | external-func-address.ll | 24 ; CHECK-NEXT: ParamTypes:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 38 std::vector<uint8_t> ParamTypes; member 279 return LHS.ReturnType == RHS.ReturnType && LHS.ParamTypes == RHS.ParamTypes;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 195 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local 196 ParamTypes.push_back(PointerType::get(GV->getValueType(), in getOrInsertCVTA() 198 ParamTypes.push_back(GVType); in getOrInsertCVTA() 200 M, Intrinsic::nvvm_ptr_global_to_gen, ParamTypes); in getOrInsertCVTA()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | debuginfo.c | 115 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local 117 LLVMDIBuilderCreateSubroutineType(DIB, File, ParamTypes, 3, 0); in llvm_test_dibuilder()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 231 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local 233 DBuilder.createSubroutineType(ParamTypes); in CreateOldFunctionBodyAndDI() 418 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local 419 DISubroutineType *DFuncType = DBuilder.createSubroutineType(ParamTypes); in CreateOldModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | wasm-duplicate-name.test | 11 ParamTypes:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | WasmTraits.h | 34 for (int32_t Param : Sig.ParamTypes)
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 171 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 176 FunctionType::get(ReturnTy, makeArrayRef(ParamTypes), false); in getOrInsertValueProfilingCall() 525 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local 527 FunctionType::get(VoidTy, makeArrayRef(ParamTypes), false); in emitRegistration()
|
/external/llvm/test/TableGen/ |
D | intrinsic-varargs.td | 21 list<LLVMType> ParamTypes = param_types;
|
D | intrinsic-long-name.td | 21 list<LLVMType> ParamTypes = param_types;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | intrinsic-varargs.td | 22 list<LLVMType> ParamTypes = param_types;
|
D | intrinsic-struct.td | 22 list<LLVMType> ParamTypes = [];
|
D | intrinsic-long-name.td | 22 list<LLVMType> ParamTypes = param_types;
|
D | searchabletables-intrinsic.td | 24 list<LLVMType> ParamTypes = param_types;
|
/external/llvm/bindings/go/llvm/ |
D | string.go | 76 params := t.ParamTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | string.go | 76 params := t.ParamTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 379 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local 381 DBuilder.createSubroutineType(ParamTypes); in CreateOldFunctionBodyAndDI() 595 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local 596 DISubroutineType *DFuncType = DBuilder.createSubroutineType(ParamTypes); in CreateOldModule()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 243 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local 245 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 244 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local 246 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 515 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 520 FunctionType::get(ReturnTy, makeArrayRef(ParamTypes), false); in getOrInsertValueProfilingCall() 905 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local 907 FunctionType::get(VoidTy, makeArrayRef(ParamTypes), false); in emitRegistration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 156 for (const auto &ParamType : FunctionSig.ParamTypes) in dump() 157 Sig.ParamTypes.push_back(ParamType); in dump()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 253 LLVMTypeRef *ParamTypes, unsigned ParamCount);
|