Home
last modified time | relevance | path

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

/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/googletest/googlemock/src/
Dgmock-matchers.cc299 case UnorderedMatcherRequire::Superset: in DescribeToImpl()
341 case UnorderedMatcherRequire::Superset: in DescribeNegationToImpl()
385 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix()
425 if ((match_flags() & UnorderedMatcherRequire::Superset) && in FindPairing()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2889 Superset = 1 << 0,
2891 ExactMatch = Superset | Subset,
4199 internal::UnorderedMatcherRequire::Superset, first, last);
/external/clang/include/clang/Sema/
DSema.h1327 const FunctionProtoType *Superset, SourceLocation SuperLoc,