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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-matchers.cc 302 case UnorderedMatcherRequire::Subset:
344 case UnorderedMatcherRequire::Subset:
399 if (match_flags() & UnorderedMatcherRequire::Subset) {
436 if ((match_flags() & UnorderedMatcherRequire::Subset) &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 758 /// exception specification is a subset (or equivalent) of the first function
766 const FunctionProtoType *Subset,
783 Subset = ResolveExceptionSpec(SubLoc, Subset);
784 if (!Subset)
788 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
801 CanThrowResult SubCanThrow = Subset->canThrow();
803 // If the superset contains everything or the subset contains nothing, we're
808 Subset, SubLoc);
820 // If the subset contains everything or the superset contains nothing, we'v
    [all...]
  /src/sys/arch/vax/vax/
intvec.S 135 INTVEC(emulate, KSTACK) # Subset instruction emulation, C8
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2909 Subset = 1 << 1,
2910 ExactMatch = Superset | Subset,
4263 // only if there is a subset of matchers {m1, ..., mk} which would match the
4284 internal::UnorderedMatcherRequire::Subset, first, last);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2011 const FunctionProtoType *Subset,
7008 /// can be emitted in separate TUs. To emit the complete variant, run a subset
7209 /// spec is a subset of base spec.
11412 /// identical. This is a subset of the above, but broken out because it's by

Completed in 56 milliseconds