Home
last modified time | relevance | path

Searched refs:Arg2Ty (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStringChecker.cpp53 const QualType Arg2Ty = Call.getArgExpr(1)->getType().getCanonicalType(); in isCharToStringCtor() local
60 if (Arg2Ty.getCanonicalType() == ACtx.getSizeType()) in isCharToStringCtor()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1528 typename Arg1Ty, typename Arg2Ty>
1529 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
1533 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
1534 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp84 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty>
85 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
102 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
103 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp7225 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr(); in SemaBuiltinVAStartARMMicrosoft() local
7237 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy) in SemaBuiltinVAStartARMMicrosoft()
7406 QualType Arg2Ty = TheCall->getArg(1)->getType(); in SemaBuiltinVSX() local
7411 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in SemaBuiltinVSX()
7419 if (!Context.hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in SemaBuiltinVSX()