Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1486 typename Arg1Ty, typename Arg2Ty>
1487 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
1491 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
1492 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp82 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty>
83 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
100 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
101 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp5861 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr(); in SemaBuiltinVAStartARMMicrosoft() local
5874 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy) in SemaBuiltinVAStartARMMicrosoft()
6043 QualType Arg2Ty = TheCall->getArg(1)->getType(); in SemaBuiltinVSX() local
6048 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in SemaBuiltinVSX()
6056 if (!Context.hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in SemaBuiltinVSX()