Home
last modified time | relevance | path

Searched refs:TVR (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDStore.cpp233 const auto *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() local
234 if (!TVR) in regionMatchesCXXRecordType()
237 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl(); in regionMatchesCXXRecordType()
307 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() local
308 return TVR->getValueType()->getAsCXXRecordDecl(); in getCXXRecordType()
HDMemRegion.cpp1347 if (const auto *TVR = dyn_cast<TypedValueRegion>(R)) { in calculateOffset() local
1348 Ty = TVR->getDesugaredValueType(R->getContext()); in calculateOffset()
HDRegionStore.cpp1575 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local
1576 RegionTy = TVR->getValueType(); in getUnderlyingType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDereferenceChecker.cpp253 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local
254 if (!TVR) in checkBind()
257 if (!TVR->getValueType()->isReferenceType()) in checkBind()
HDNullabilityChecker.cpp1050 const TypedValueRegion *TVR = in checkBind() local
1052 if (!TVR) in checkBind()
1055 QualType LocType = TVR->getValueType(); in checkBind()
HDCheckObjCDealloc.cpp513 const TypedValueRegion *TVR = in diagnoseMissingReleases() local
515 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()