Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
HDUninitializedObjectChecker.cpp483 const TypedValueRegion *OtherRegion = in willObjectBeAnalyzedLater() local
485 if (!OtherRegion) in willObjectBeAnalyzedLater()
490 if (CurrRegion->isSubRegionOf(OtherRegion)) in willObjectBeAnalyzedLater()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp12438 SequenceTree::Seq OtherRegion; in VisitCallExpr() local
12441 OtherRegion = Tree.allocate(Region); in VisitCallExpr()
12444 OtherRegion = Region; in VisitCallExpr()
12458 Region = OtherRegion; in VisitCallExpr()
12465 Tree.merge(OtherRegion); in VisitCallExpr()