Searched defs:TypeSet (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h44 /// TypeSet - This is either empty if it's completely unknown, or holds a set
49 /// TypeSet can have three states:
56 class TypeSet { class in namespace:llvm::EEVT
59 TypeSet() {} function in class:llvm::EEVT::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 a
[all...]
H A DCodeGenDAGPatterns.cpp26 // EEVT::TypeSet Implementation
42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { function in class:EEVT::TypeSet
57 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) { function in class:EEVT::TypeSet
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
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager.h45 typedef std::set<syncable::ModelType> TypeSet; typedef in class:browser_sync::DataTypeManager
54 TypeSet requested_types;
60 const TypeSet& requested_types)
87 virtual void Configure(const TypeSet& desired_types) = 0;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp85 typedef std::set<Type*> TypeSet; typedef in namespace:__anon6860
98 TypeSet DefinedTypes;
/external/clang/lib/Sema/
H A DSemaOverload.cpp5155 /// TypeSet - A set of types.
5156 typedef llvm::SmallPtrSet<QualType, 8> TypeSet; typedef in class:clang::BuiltinCandidateTypeSet
5160 TypeSet PointerTypes;
5164 TypeSet MemberPointerTypes;
5168 TypeSet EnumerationTypes;
5172 TypeSet VectorTypes;
5198 typedef TypeSet::iterator iterator;

Completed in 377 milliseconds