Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h488 bool isParentOf(const SCC &C) const;
502 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()
627 bool isParentOf(const RefSCC &RC) const;
640 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp528 if (LCtx->isParentOf(ELCtx)) in isLive()
585 return VarContext->isParentOf(CurrentContext); in isLive()
H A DBugReporterVisitors.cpp247 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
1738 !OriginSFC->isParentOf(StoreSite->getStackFrame())) in VisitNode()
1913 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
H A DRegionStore.cpp2817 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h249 bool isParentOf(const LocationContext *LC) const;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp240 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
H A DStackAddrEscapeChecker.cpp317 ReferrerFrame->isParentOf(PoppedFrame)) { in checkEndFunction()
H A DMacOSKeychainAPIChecker.cpp464 NContext->isParentOf(LeakContext)) in getAllocationNode()
H A DMallocChecker.cpp2719 NContext->isParentOf(LeakContext)) in getAllocationSite()
3396 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp476 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp276 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC
400 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1519 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function