Searched refs:Arg2Ty (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | MemRegion.h | 1486 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,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | MemRegion.cpp | 83 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty> 84 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, 101 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 102 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 6313 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr(); in SemaBuiltinVAStartARMMicrosoft() local 6326 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy) in SemaBuiltinVAStartARMMicrosoft() 6495 QualType Arg2Ty = TheCall->getArg(1)->getType(); in SemaBuiltinVSX() local 6500 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in SemaBuiltinVSX() 6508 if (!Context.hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in SemaBuiltinVSX()
|