Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp488 const TypedValueRegion *OtherRegion = in willObjectBeAnalyzedLater() local
490 if (!OtherRegion) in willObjectBeAnalyzedLater()
495 if (CurrRegion->isSubRegionOf(OtherRegion)) in willObjectBeAnalyzedLater()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13856 SequenceTree::Seq OtherRegion; in VisitCallExpr() local
13859 OtherRegion = Tree.allocate(Region); in VisitCallExpr()
13862 OtherRegion = Region; in VisitCallExpr()
13876 Region = OtherRegion; in VisitCallExpr()
13883 Tree.merge(OtherRegion); in VisitCallExpr()