Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp217 EXPECT_FALSE(D.isParentOf(D)); in TEST()
231 EXPECT_TRUE(C.isParentOf(D)); in TEST()
245 EXPECT_TRUE(B.isParentOf(D)); in TEST()
261 EXPECT_TRUE(A.isParentOf(B)); in TEST()
262 EXPECT_TRUE(A.isParentOf(C)); in TEST()
263 EXPECT_FALSE(A.isParentOf(D)); in TEST()
422 EXPECT_TRUE(AC.isParentOf(DC)); in TEST()
511 EXPECT_TRUE(AC.isParentOf(BC)); in TEST()
512 EXPECT_TRUE(AC.isParentOf(CC)); in TEST()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFilePath.h51 static bool isParentOf(const String& path, const String& mayBeChild);
DDOMFilePath.cpp73 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) in isParentOf() function in blink::DOMFilePath
DDOMFileSystemBase.cpp236 …if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), paren… in verifyAndGetDestinationPathForCopyOrMove()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp496 if (LCtx->isParentOf(ELCtx)) in isLive()
547 return VarContext->isParentOf(CurrentContext); in isLive()
DBugReporterVisitors.cpp835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) in VisitNode()
DRegionStore.cpp2230 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h242 bool isParentOf(const SCC &C) const { return C.isChildOf(*this); } in isParentOf() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h228 bool isParentOf(const LocationContext *LC) const;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp411 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js554 if (moved_node.isParentOf(target_node)) {
675 Node.prototype.isParentOf = function(node) { method in Node