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.cpp761 const FunctionProtoType *Superset, bool SkipSupersetFirstParameter, in CheckExceptionSpecSubset() argument
776 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
777 if (!Superset) in CheckExceptionSpecSubset()
783 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
796 CanThrowResult SuperCanThrow = Superset->canThrow(); in CheckExceptionSpecSubset()
803 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
837 for (QualType SuperI : Superset->exceptions()) { in CheckExceptionSpecSubset()
857 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3770 Superset = 1 << 0,
3772 ExactMatch = Superset | Subset,
5133 internal::UnorderedMatcherRequire::Superset, first, last);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6618 const FunctionProtoType *Superset, bool SkipSupersetFirstParameter,