HomeSort by relevance Sort by last modified time
    Searched refs:isParentOf (Results 1 - 25 of 50) sorted by null

1 2

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
LeafNodeImpl.java 65 boolean isParentOf(Node node) {
InnerNodeImpl.java 120 if (toInsert.isParentOf(this)) {
137 public boolean isParentOf(Node node) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 118 public boolean isParentOf(IFileStore other) {
119 return mStore.isParentOf(other);
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 219 EXPECT_FALSE(D.isParentOf(D));
234 EXPECT_TRUE(C.isParentOf(D));
249 EXPECT_TRUE(B.isParentOf(D));
266 EXPECT_TRUE(A.isParentOf(B));
267 EXPECT_TRUE(A.isParentOf(C));
268 EXPECT_FALSE(A.isParentOf(D));
495 EXPECT_TRUE(ARC.isParentOf(BRC));
496 EXPECT_TRUE(ARC.isParentOf(CRC));
497 EXPECT_FALSE(ARC.isParentOf(DRC));
514 EXPECT_TRUE(ARC.isParentOf(DRC))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 477 bool isParentOf(const SCC &C) const;
489 /// See the comments for \c isParentOf for detailed notes about the
491 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); }
495 /// See the comments for \c isParentOf for detailed notes about the
618 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 508 if (LCtx->isParentOf(ELCtx))
559 return VarContext->isParentOf(CurrentContext);
  /external/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 241 bool isParentOf(const LocationContext *LC) const;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 460 bool LocationContext::isParentOf(const LocationContext *LC) const {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 504 NContext->isParentOf(LeakContext))
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 522 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); }
    [all...]

Completed in 1785 milliseconds

1 2