Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp332 EXPECT_FALSE(D.isParentOf(D)); in TEST()
348 EXPECT_TRUE(C.isParentOf(D)); in TEST()
364 EXPECT_TRUE(B.isParentOf(D)); in TEST()
382 EXPECT_TRUE(A.isParentOf(B)); in TEST()
383 EXPECT_TRUE(A.isParentOf(C)); in TEST()
384 EXPECT_FALSE(A.isParentOf(D)); in TEST()
622 EXPECT_TRUE(ARC.isParentOf(BRC)); in TEST()
623 EXPECT_TRUE(AC.isParentOf(BC)); in TEST()
624 EXPECT_TRUE(ARC.isParentOf(CRC)); in TEST()
625 EXPECT_TRUE(AC.isParentOf(CC)); in TEST()
[all …]
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp219 EXPECT_FALSE(D.isParentOf(D)); in TEST()
234 EXPECT_TRUE(C.isParentOf(D)); in TEST()
249 EXPECT_TRUE(B.isParentOf(D)); in TEST()
266 EXPECT_TRUE(A.isParentOf(B)); in TEST()
267 EXPECT_TRUE(A.isParentOf(C)); in TEST()
268 EXPECT_FALSE(A.isParentOf(D)); in TEST()
495 EXPECT_TRUE(ARC.isParentOf(BRC)); in TEST()
496 EXPECT_TRUE(ARC.isParentOf(CRC)); in TEST()
497 EXPECT_FALSE(ARC.isParentOf(DRC)); in TEST()
514 EXPECT_TRUE(ARC.isParentOf(DRC)); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h499 bool isParentOf(const SCC &C) const;
513 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()
634 bool isParentOf(const RefSCC &RC) const;
647 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp508 if (LCtx->isParentOf(ELCtx)) in isLive()
559 return VarContext->isParentOf(CurrentContext); in isLive()
DBugReporterVisitors.cpp835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
DRegionStore.cpp2336 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/external/clang/include/clang/Analysis/
DAnalysisContext.h241 bool isParentOf(const LocationContext *LC) const;
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp504 NContext->isParentOf(LeakContext)) in getAllocationNode()
DMallocChecker.cpp2050 NContext->isParentOf(LeakContext)) in getAllocationSite()
DRetainCountChecker.cpp2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h522 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); } in isParentOf() function
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp460 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp237 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC
338 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1532 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function