Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp105 const auto IsSameRegionType = [&Ctx](const MemRegion *R, QualType OtherTy) { in castRegion() local
115 if (R->isBoundable() && IsSameRegionType(R, CanonPointeeTy)) in castRegion()
187 if (IsSameRegionType(baseR, CanonPointeeTy)) in castRegion()