Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h489 bool isParentOf(const SCC &C) const;
503 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()
620 bool isParentOf(const RefSCC &RC) const;
633 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp499 if (LCtx->isParentOf(ELCtx)) in isLive()
556 return VarContext->isParentOf(CurrentContext); in isLive()
H A DBugReporterVisitors.cpp243 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
1565 !OriginSFC->isParentOf(StoreSite->getStackFrame())) in VisitNode()
1751 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
H A DRegionStore.cpp2523 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h243 bool isParentOf(const LocationContext *LC) const;
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp240 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
H A DMacOSKeychainAPIChecker.cpp464 NContext->isParentOf(LeakContext)) in getAllocationNode()
H A DMallocChecker.cpp2514 NContext->isParentOf(LeakContext)) in getAllocationSite()
3188 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp424 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp281 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC
407 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp711 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1521 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function