Searched defs:ParamTy (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp159 QualType ParamTy = FD->getParamDecl(I)->getType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp311 QualType ParamTy = Ctx.getPointerType(Ctx.VoidPtrTy); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp912 QualType ParamTy = Param->getType(); local
H A DSemaDeclAttr.cpp3179 QualType ParamTy = FD->getParamDecl(0)->getType(); local
H A DSemaTemplate.cpp2265 QualType ParamTy = NewDI->getType(); local
H A DSemaType.cpp5108 QualType ParamTy = Param->getType(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp614 QualType ParamTy = PVD->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp412 void AMDGPUCallLowering::lowerParameter(MachineIRBuilder &B, Type *ParamTy, argument
392 lowerParameterPtr(MachineIRBuilder &B, Type *ParamTy, uint64_t Offset) const argument
H A DSIISelLowering.cpp2261 auto *ParamTy = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp337 OS << "_" << *ParamTy; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp890 QualType ParamTy = local
H A DItaniumMangle.cpp3024 QualType ParamTy = Proto->getParamType(I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1159 Type *ParamTy = CInst->getArgOperand(0)->getType(); local
1728 Type *ParamTy = PointerType::getUnqual(Type::getInt8Ty(ArgTy->getContext())); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4817 Type *ParamTy = FT->getParamType(i); local
4894 Type *ParamTy = FT->getParamType(i); local

Completed in 427 milliseconds