Home
last modified time | relevance | path

Searched refs:Superset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc298 case UnorderedMatcherRequire::Superset: in DescribeToImpl()
340 case UnorderedMatcherRequire::Superset: in DescribeNegationToImpl()
401 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix()
441 if ((match_flags() & UnorderedMatcherRequire::Superset) && in FindPairing()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp760 const FunctionProtoType *Superset, bool SkipSupersetFirstParameter, in CheckExceptionSpecSubset() argument
775 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
776 if (!Superset) in CheckExceptionSpecSubset()
782 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
795 CanThrowResult SuperCanThrow = Superset->canThrow(); in CheckExceptionSpecSubset()
802 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
836 for (QualType SuperI : Superset->exceptions()) { in CheckExceptionSpecSubset()
856 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3563 Superset = 1 << 0,
3565 ExactMatch = Superset | Subset,
4866 internal::UnorderedMatcherRequire::Superset, first, last);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6188 const FunctionProtoType *Superset, bool SkipSupersetFirstParameter,