Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1594 typename Arg1Ty, typename Arg2Ty>
1595 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
1599 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
1600 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
/freebsd-14.2/contrib/llvm-project/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()
101 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
102 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9132 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr(); in SemaBuiltinVAStartARMMicrosoft() local
9144 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy) in SemaBuiltinVAStartARMMicrosoft()
9360 QualType Arg2Ty = TheCall->getArg(1)->getType(); in SemaBuiltinVSX() local
9365 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in SemaBuiltinVSX()
9373 if (!Context.hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in SemaBuiltinVSX()