Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h486 bool isParentOf(const SCC &C) const;
500 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()
625 LLVM_ABI bool isParentOf(const RefSCC &RC) const;
638 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp395 if (LCtx->isParentOf(ELCtx)) in isLive()
452 return VarContext->isParentOf(CurrentContext); in isLive()
H A DBugReporterVisitors.cpp273 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()
1719 !OriginSFC->isParentOf(StoreSite->getStackFrame())) in VisitNode()
1886 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
H A DRegionStore.cpp3045 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp287 PoppedStackFrame->isParentOf(CapturedSFC)) in SaveIfEscapes()
510 if (ReferrerStackSpace->getStackFrame()->isParentOf(PoppedFrame)) { in checkEndFunction()
H A DValistChecker.cpp239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
H A DMacOSKeychainAPIChecker.cpp455 NContext->isParentOf(LeakContext)) in getAllocationNode()
H A DMallocChecker.cpp2958 NContext->isParentOf(LeakContext)) in getAllocationSite()
3641 ReleaseFunctionLC->isParentOf(CurrentLC))) { in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h249 bool isParentOf(const LocationContext *LC) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp474 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp286 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC
410 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp708 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1525 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8288 {"_ZNK5clang15LocationContext10isParentOfEPKS0_", "clang::LocationContext::isParentOf(clang::Locati…