HomeSort by relevance Sort by last modified time
    Searched refs:TypeSet (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 44 /// TypeSet - This is either empty if it's completely unknown, or holds a set
49 /// TypeSet can have three states:
56 class TypeSet {
59 TypeSet() {}
60 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
61 TypeSet(const std::vector<MVT::SimpleValueType> &VTList);
90 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
94 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
98 /// hasVectorTypes - Return true if this TypeSet contains a vector value
102 /// getName() - Return this TypeSet as a string
    [all...]
CodeGenDAGPatterns.cpp 26 // EEVT::TypeSet Implementation
42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
57 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) {
72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
97 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
99 bool EEVT::TypeSet::hasIntegerTypes() const {
106 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
108 bool EEVT::TypeSet::hasFloatingPointTypes() const
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 45 /// TypeSet - This is either empty if it's completely unknown, or holds a set
50 /// TypeSet can have three states:
57 class TypeSet {
60 TypeSet() {}
61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList);
91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
95 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
99 /// hasScalarTypes - Return true if this TypeSet contains a scalar value
103 /// hasVectorTypes - Return true if this TypeSet contains a vector valu
    [all...]
CodeGenDAGPatterns.cpp 32 // EEVT::TypeSet Implementation
48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
63 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) {
78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
108 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
110 bool EEVT::TypeSet::hasIntegerTypes() const {
114 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
116 bool EEVT::TypeSet::hasFloatingPointTypes() const
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 366 public final TypeSet getTypes() {
367 return new TypeSet();
547 public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable {
551 TypeSet() {}
554 public TypeSet interfaces() {
559 public TypeSet classes() {
590 private final class InterfaceSet extends TypeSet {
592 private transient final TypeSet allTypes;
595 InterfaceSet(TypeSet allTypes) {
610 @Override public TypeSet interfaces()
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 474 std::set<ArgKind> TypeSet(std::begin(InitialTypes), std::end(InitialTypes));
479 for (const ArgKind &Kind : TypeSet) {
485 TypeSet.clear();
486 TypeSet.insert(NextTypeSet.begin(), NextTypeSet.end());
488 return std::vector<ArgKind>(TypeSet.begin(), TypeSet.end());
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 162 TypeToken<Object>.TypeSet types = new TypeToken<Object>() {}.getTypes();
172 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes();
182 TypeToken<Integer>.TypeSet types = TypeToken.of(int.class).getTypes();
194 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes();
222 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes();
248 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes();
263 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes();
276 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<A>() {}.capture()).getTypes();
281 private static void assertSubtypeFirst(TypeToken<?>.TypeSet types) {
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
StandardCodes.java 60 private static final Set<CodeType> TypeSet = Collections.unmodifiableSet(EnumSet.allOf(CodeType.class));
243 return TypeSet;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 85 typedef std::set<Type*> TypeSet;
98 TypeSet DefinedTypes;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 606 milliseconds