Home
last modified time | relevance | path

Searched refs:Subset (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc412 case UnorderedMatcherRequire::Subset: in DescribeToImpl()
454 case UnorderedMatcherRequire::Subset: in DescribeNegationToImpl()
509 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix()
546 if ((match_flags() & UnorderedMatcherRequire::Subset) && in FindPairing()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips.td101 "Subset of MIPS-III that is also in MIPS32 "
104 "Subset of MIPS-III that is also in MIPS32r2 "
112 "Subset of MIPS-IV that is also in MIPS32 "
115 "Subset of MIPS-IV that is also in MIPS32r2 "
122 "Subset of MIPS-V that is also in MIPS32r2 "
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp739 const FunctionProtoType *Subset, in CheckExceptionSpecSubset() argument
756 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset()
757 if (!Subset) in CheckExceptionSpecSubset()
761 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
774 CanThrowResult SubCanThrow = Subset->canThrow(); in CheckExceptionSpecSubset()
781 Subset, SubLoc); in CheckExceptionSpecSubset()
797 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset()
824 Subset, SubLoc); in CheckExceptionSpecSubset()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td322 // Subset of SPR which can be used as a source of NEON scalars for 16-bit
344 // Subset of DPR that are accessible with VFP2 (and so that also have
351 // Subset of DPR which can be used as a source of NEON scalars for 16-bit
367 // Subset of QPR that have 32-bit SPR subregs.
373 // Subset of QPR that have DPR_8 and SPR_8 subregs.
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td413 // Subset of SReg_32 without M0 for SMRD instructions and alike.
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3678 Subset = 1 << 1,
3679 ExactMatch = Superset | Subset,
5060 internal::UnorderedMatcherRequire::Subset, first, last);
/freebsd-12.1/crypto/heimdal/doc/
H A Dlayman.asc1 A Layman's Guide to a Subset of ASN.1, BER, and DER
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md2019 #### Running a Subset of the Tests
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1493 const FunctionProtoType *Subset,