Home
last modified time | relevance | path

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

/external/googletest/googlemock/src/
Dgmock-matchers.cc296 case UnorderedMatcherRequire::Superset: in DescribeToImpl()
338 case UnorderedMatcherRequire::Superset: in DescribeNegationToImpl()
382 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix()
422 if ((match_flags() & UnorderedMatcherRequire::Superset) && in FindPairing()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp591 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset() argument
605 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
606 if (!Superset) in CheckExceptionSpecSubset()
612 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
616 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
624 FunctionProtoType::NoexceptResult SuperNR =Superset->getNoexceptSpec(Context); in CheckExceptionSpecSubset()
631 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
662 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
697 for (const auto &SuperI : Superset->exceptions()) { in CheckExceptionSpecSubset()
754 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp762 const FunctionProtoType *Superset, in CheckExceptionSpecSubset() argument
778 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
779 if (!Superset) in CheckExceptionSpecSubset()
785 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
798 CanThrowResult SuperCanThrow = Superset->canThrow(); in CheckExceptionSpecSubset()
805 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
838 for (QualType SuperI : Superset->exceptions()) { in CheckExceptionSpecSubset()
858 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3374 Superset = 1 << 0,
3376 ExactMatch = Superset | Subset,
4677 internal::UnorderedMatcherRequire::Superset, first, last);
/external/clang/include/clang/Sema/
DSema.h1327 const FunctionProtoType *Superset, SourceLocation SuperLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h1893 const FunctionProtoType *Superset,