Home
last modified time | relevance | path

Searched refs:TypeSet (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp67 using TypeSet = set<vk::VkDescriptorType>; typedef
75 Limit(const string& name_, deUint32 maxValue_, const TypeSet& affectedTypes_) in Limit()
82 const TypeSet affectedTypes;
104 TypeSet getAliveTypes (const TypeCounts& typeCounts) in getAliveTypes()
106 TypeSet aliveTypes; in getAliveTypes()
116 TypeSet getAliveTypesForLimit (const Limit& limit, const TypeSet& aliveTypes) in getAliveTypesForLimit()
118 TypeSet subset; in getAliveTypesForLimit()
132 TypeSet aliveTypes; in distributeCounts()
143 TypeSet aliveTypesForLimit; in distributeCounts()
222 …static const TypeSet samplerTypes = { vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, vk::VK_DES… in buildLimitsVector()
[all …]
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h57 class TypeSet {
60 TypeSet() {} in TypeSet() function
61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList);
113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo()
133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
145 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
149 bool EnforceVectorSameNumElts(EEVT::TypeSet &VT, TreePattern &TP);
[all …]
DCodeGenDAGPatterns.cpp48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() function in EEVT::TypeSet
63 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { in TypeSet() function in EEVT::TypeSet
78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes()
110 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes()
116 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes()
121 bool EEVT::TypeSet::hasScalarTypes() const { in hasScalarTypes()
127 bool EEVT::TypeSet::hasVectorTypes() const { in hasVectorTypes()
132 std::string EEVT::TypeSet::getName() const { in getName()
154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo()
171 EEVT::TypeSet InCopy(InVT); in MergeInTypeInfo()
[all …]
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java372 public final TypeSet getTypes() { in getTypes()
373 return new TypeSet(); in getTypes()
654 public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable {
658 TypeSet() {}
661 public TypeSet interfaces() {
666 public TypeSet classes() {
699 private final class InterfaceSet extends TypeSet {
701 private final transient TypeSet allTypes;
704 InterfaceSet(TypeSet allTypes) {
720 public TypeSet interfaces() {
[all …]
/external/guava/android/guava/src/com/google/common/reflect/
DTypeToken.java374 public final TypeSet getTypes() { in getTypes()
375 return new TypeSet(); in getTypes()
657 public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable {
661 TypeSet() {}
664 public TypeSet interfaces() {
669 public TypeSet classes() {
702 private final class InterfaceSet extends TypeSet {
704 private final transient TypeSet allTypes;
707 InterfaceSet(TypeSet allTypes) {
723 public TypeSet interfaces() {
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp474 std::set<ArgKind> TypeSet(std::begin(InitialTypes), std::end(InitialTypes)); in getAcceptedCompletionTypes() local
479 for (const ArgKind &Kind : TypeSet) { in getAcceptedCompletionTypes()
485 TypeSet.clear(); in getAcceptedCompletionTypes()
486 TypeSet.insert(NextTypeSet.begin(), NextTypeSet.end()); in getAcceptedCompletionTypes()
488 return std::vector<ArgKind>(TypeSet.begin(), TypeSet.end()); in getAcceptedCompletionTypes()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java160 TypeToken<Object>.TypeSet types = new TypeToken<Object>() {}.getTypes(); in testGetTypes_noSuperclass()
170 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes(); in testGetTypes_fromInterface()
180 TypeToken<Integer>.TypeSet types = TypeToken.of(int.class).getTypes(); in testGetTypes_fromPrimitive()
192 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_withInterfacesAndSuperclasses()
223 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
249 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_ignoresTypeVariablesByDefault()
262 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_rawTypes_ignoresTypeVariablesByDefault()
272 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<A>() {}.capture()).getTypes(); in testGetTypes_manyBounds()
277 private static void assertSubtypeFirst(TypeToken<?>.TypeSet types) { in assertSubtypeFirst()
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java160 TypeToken<Object>.TypeSet types = new TypeToken<Object>() {}.getTypes(); in testGetTypes_noSuperclass()
170 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes(); in testGetTypes_fromInterface()
180 TypeToken<Integer>.TypeSet types = TypeToken.of(int.class).getTypes(); in testGetTypes_fromPrimitive()
192 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_withInterfacesAndSuperclasses()
223 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
249 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_ignoresTypeVariablesByDefault()
262 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_rawTypes_ignoresTypeVariablesByDefault()
272 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<A>() {}.capture()).getTypes(); in testGetTypes_manyBounds()
277 private static void assertSubtypeFirst(TypeToken<?>.TypeSet types) { in assertSubtypeFirst()
/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java60 …private static final Set<CodeType> TypeSet = Collections.unmodifiableSet(EnumSet.allOf(CodeType.cl… field in StandardCodes
243 return TypeSet; in getAvailableTypesEnum()
/external/clang/lib/Sema/
DSemaOverload.cpp6826 llvm::SmallPtrSet<QualType, 8>> TypeSet; typedef in __anon1ae00b7e0411::BuiltinCandidateTypeSet
6830 TypeSet PointerTypes;
6834 TypeSet MemberPointerTypes;
6838 TypeSet EnumerationTypes;
6842 TypeSet VectorTypes;
6868 typedef TypeSet::iterator iterator;