Home
last modified time | relevance | path

Searched refs:ParamTypes (Results 1 – 25 of 57) sorted by relevance

123

/external/clang/lib/Sema/
DSemaOverload.cpp6777 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 …]
DSemaTemplateDeduction.cpp2477 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/
Dlibcall.ll21 ; CHECK-NEXT: ParamTypes:
26 ; CHECK-NEXT: ParamTypes:
Dexternal-func-address.ll24 ; CHECK-NEXT: ParamTypes:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h38 std::vector<uint8_t> ParamTypes; member
279 return LHS.ReturnType == RHS.ReturnType && LHS.ParamTypes == RHS.ParamTypes;
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp195 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/
Ddebuginfo.c115 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/
DCloning.cpp231 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/
Dwasm-duplicate-name.test11 ParamTypes:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasmTraits.h34 for (int32_t Param : Sig.ParamTypes)
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp171 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/
Dintrinsic-varargs.td21 list<LLVMType> ParamTypes = param_types;
Dintrinsic-long-name.td21 list<LLVMType> ParamTypes = param_types;
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dintrinsic-varargs.td22 list<LLVMType> ParamTypes = param_types;
Dintrinsic-struct.td22 list<LLVMType> ParamTypes = [];
Dintrinsic-long-name.td22 list<LLVMType> ParamTypes = param_types;
Dsearchabletables-intrinsic.td24 list<LLVMType> ParamTypes = param_types;
/external/llvm/bindings/go/llvm/
Dstring.go76 params := t.ParamTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dstring.go76 params := t.ParamTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp379 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/
DMCJITCAPITest.cpp243 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/
DMCJITCAPITest.cpp244 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/
DInstrProfiling.cpp515 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/
Dwasm2yaml.cpp156 for (const auto &ParamType : FunctionSig.ParamTypes) in dump()
157 Sig.ParamTypes.push_back(ParamType); in dump()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h253 LLVMTypeRef *ParamTypes, unsigned ParamCount);

123