Searched refs:Superset (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 298 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 D | SemaExceptionSpec.cpp | 760 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 D | gmock-matchers.h | 3563 Superset = 1 << 0, 3565 ExactMatch = Superset | Subset, 4866 internal::UnorderedMatcherRequire::Superset, first, last);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6188 const FunctionProtoType *Superset, bool SkipSupersetFirstParameter,
|