/freebsd/contrib/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())); in MoveCalls() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InnerPointerChecker.cpp | 158 QualType ParamTy = FD->getParamDecl(I)->getType(); in checkFunctionArguments() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1062 Type *ParamTy = FTy.getParamType(0); in isValidProtoForLibFunc() local 1082 Type *ParamTy = FTy.getParamType(0); in isValidProtoForLibFunc() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 560 QualType ParamTy = Param->getType(); in DiagnoseName() local
|
H A D | SemaTemplateVariadic.cpp | 962 QualType ParamTy = Param->getType(); in containsUnexpandedParameterPacks() local
|
H A D | SemaTemplateDeductionGuide.cpp | 613 QualType ParamTy = NewDI->getType(); in transformFunctionTypeParam() local
|
H A D | Sema.cpp | 2120 for (const auto &ParamTy : FPTy->param_types()) in checkTypeSupport() local
|
H A D | SemaDeclAttr.cpp | 552 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType() local 3277 QualType ParamTy = FD->getParamDecl(0)->getType(); in handleCleanupAttr() local
|
H A D | SemaOverload.cpp | 9015 for (QualType ParamTy : CandidateTypes[0].pointer_types()) { in addUnaryStarPointerOverloads() local 9055 for (QualType ParamTy : CandidateTypes[0].pointer_types()) in addUnaryPlusPointerOverloads() local 9621 QualType ParamTy = S.Context.BoolTy; in addExclaimOverload() local
|
H A D | SemaChecking.cpp | 1784 QualType ParamTy = [&]() { in BuiltinLaunder() local 3118 QualType ParamTy) { in CheckArgAlignment() 3227 QualType ParamTy = Proto->getParamType(ArgIdx); in checkCall() local
|
H A D | SemaLookup.cpp | 3636 QualType ParamTy = FD->getParamDecl(ArgIdx)->getType(); in LookupLiteralOperator() local
|
H A D | SemaType.cpp | 5121 QualType ParamTy = Param->getType(); in GetFullTypeForDeclarator() local
|
H A D | SemaExprCXX.cpp | 3960 QualType ParamTy = OperatorNewOrDelete->getParamDecl(i)->getType(); in BuiltinOperatorNewDeleteOverloaded() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 718 QualType ParamTy = PVD->getType(); in evalCall() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 311 QualType ParamTy = Ctx.getPointerType(Ctx.VoidPtrTy); in getFunctionInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 833 std::vector<Type *> ParamTy; in constructFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4168 Type *ParamTy = FT->getParamType(i); in transformConstExprCastCall() local 4239 Type *ParamTy = FT->getParamType(i); in transformConstExprCastCall() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 986 QualType ParamTy = in getLiteralOperatorKind() local
|
H A D | DeclCXX.cpp | 894 const auto *ParamTy = in addedMember() local
|
H A D | ItaniumMangle.cpp | 3621 QualType ParamTy = Proto->getParamType(I); in mangleBareFunctionType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 3033 auto *ParamTy = in LowerFormalArguments() local
|