HomeSort by: relevance | last modified time | path
    Searched defs:subsumes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaConcept.h 58 bool subsumes(ASTContext &C, const AtomicConstraint &Other) const { function in struct:clang::AtomicConstraint
60 // - an atomic constraint A subsumes another atomic constraint B
  /src/external/gpl3/gcc/dist/gcc/cp/
logic.cc 838 subsumes (tree lhs, tree rhs) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
logic.cc 832 subsumes (tree lhs, tree rhs) function
  /src/external/gpl3/gcc/dist/gcc/
graphite-scop-detection.cc 339 /* Returns true if S1 subsumes/surrounds S2. */
340 static bool subsumes (sese_l s1, sese_l s2);
846 /* Returns true if S1 subsumes/surrounds S2. */
848 scop_detection::subsumes (sese_l s1, sese_l s2) function in class:__anon13765::scop_detection
866 if (subsumes (s1, *s2))
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-scop-detection.cc 329 /* Returns true if S1 subsumes/surrounds S2. */
330 static bool subsumes (sese_l s1, sese_l s2);
742 /* Returns true if S1 subsumes/surrounds S2. */
744 scop_detection::subsumes (sese_l s1, sese_l s2) function in class:__anon16193::scop_detection
762 if (subsumes (s1, *s2))

Completed in 21 milliseconds