Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp411 QualType Arg2Ty = TheCall->getArg(1)->getType(); in BuiltinVSX() local
416 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in BuiltinVSX()
424 if (!getASTContext().hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in BuiltinVSX()
H A DSemaChecking.cpp4776 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr(); in BuiltinVAStartARMMicrosoft() local
4788 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy) in BuiltinVAStartARMMicrosoft()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1599 typename Arg1Ty, typename Arg2Ty>
1600 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
1604 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
1605 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
/freebsd/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()