Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1540 typename Arg1Ty, typename Arg2Ty>
1541 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
1545 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty>
1546 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp7430 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr(); in SemaBuiltinVAStartARMMicrosoft() local
7442 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy) in SemaBuiltinVAStartARMMicrosoft()
7611 QualType Arg2Ty = TheCall->getArg(1)->getType(); in SemaBuiltinVSX() local
7616 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in SemaBuiltinVSX()
7624 if (!Context.hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in SemaBuiltinVSX()