/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 86 Type *ParamTy = Func->getArg(0)->getType(); in insertRVCallWithColors() local
|
H A D | ObjCARCOpts.cpp | 1141 Type *ParamTy = CInst->getArgOperand(0)->getType(); in OptimizeIndividualCallImpl() local 1767 Type *ParamTy = PointerType::getUnqual(Type::getInt8Ty(ArgTy->getContext())); MoveCalls() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | VPIntrinsicTest.cpp | 380 for (auto *ParamTy : FuncTy->params()) TEST_F() local 394 for (auto *ParamTy : FuncTy->params()) { TEST_F() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | ListInputTest.cpp | 154 using ParamTy = std::tuple<std::string, std::vector<int>>; typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InnerPointerChecker.cpp | 158 QualType ParamTy = FD->getParamDecl(I)->getType(); in checkFunctionArguments() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1060 Type *ParamTy = FTy.getParamType(0); isValidProtoForLibFunc() local 1080 Type *ParamTy = FTy.getParamType(0); isValidProtoForLibFunc() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 560 QualType ParamTy = Param->getType(); DiagnoseName() local
|
H A D | SemaTemplateVariadic.cpp | 958 QualType ParamTy = Param->getType(); containsUnexpandedParameterPacks() local
|
H A D | Sema.cpp | 2118 for (const auto &ParamTy : FPTy->param_types()) checkTypeSupport() local
|
H A D | SemaDeclAttr.cpp | 552 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); checkParamIsIntegerType() local 3284 QualType ParamTy = FD->getParamDecl(0)->getType(); handleCleanupAttr() local
|
H A D | SemaOverload.cpp | 9039 for (QualType ParamTy : CandidateTypes[0].pointer_types()) { addUnaryStarPointerOverloads() local 9079 for (QualType ParamTy : CandidateTypes[0].pointer_types()) addUnaryPlusPointerOverloads() local 9645 QualType ParamTy = S.Context.BoolTy; addExclaimOverload() local
|
H A D | SemaChecking.cpp | 1780 QualType ParamTy = [&]() { BuiltinLaunder() local 3114 CheckArgAlignment(SourceLocation Loc,NamedDecl * FDecl,StringRef ParamName,QualType ArgTy,QualType ParamTy) CheckArgAlignment() argument 3223 QualType ParamTy = Proto->getParamType(ArgIdx); checkCall() local [all...] |
H A D | SemaLookup.cpp | 3636 QualType ParamTy = FD->getParamDecl(ArgIdx)->getType(); LookupLiteralOperator() local
|
H A D | SemaExprCXX.cpp | 3960 QualType ParamTy = OperatorNewOrDelete->getParamDecl(i)->getType(); BuiltinOperatorNewDeleteOverloaded() local
|
H A D | SemaType.cpp | 5066 QualType ParamTy = Param->getType(); GetFullTypeForDeclarator() local [all...] |
H A D | SemaTemplate.cpp | 2629 QualType ParamTy = NewDI->getType(); transformFunctionTypeParam() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 718 QualType ParamTy = PVD->getType(); evalCall() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 833 std::vector<Type *> ParamTy; constructFunction() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 311 QualType ParamTy = Ctx.getPointerType(Ctx.VoidPtrTy); in getFunctionInfo() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4119 Type *ParamTy = FT->getParamType(i); transformConstExprCastCall() local 4190 Type *ParamTy = FT->getParamType(i); transformConstExprCastCall() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 855 const auto *ParamTy = addedMember() local
|
H A D | ExprCXX.cpp | 983 QualType ParamTy = getLiteralOperatorKind() local
|
H A D | ItaniumMangle.cpp | 3621 QualType ParamTy = Proto->getParamType(I); mangleBareFunctionType() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 3020 auto *ParamTy = LowerFormalArguments() local
|