Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager.h45 typedef std::set<syncable::ModelType> TypeSet; typedef
54 TypeSet requested_types;
60 const TypeSet& requested_types) in ConfigureResultWithErrorLocation()
87 virtual void Configure(const TypeSet& desired_types) = 0;
Ddata_type_manager_impl.h29 virtual void Configure(const TypeSet& desired_types);
67 TypeSet last_requested_types_;
Ddata_type_manager_mock.h37 MOCK_METHOD1(Configure, void(const TypeSet&));
Ddata_type_manager_impl.cc87 for (TypeSet::const_iterator it = last_requested_types_.begin(); in GetControllersNeedingStart()
101 void DataTypeManagerImpl::Configure(const TypeSet& desired_types) { in Configure()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h56 class TypeSet {
59 TypeSet() {} in TypeSet() function
60 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
61 TypeSet(const std::vector<MVT::SimpleValueType> &VTList);
108 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
111 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo()
128 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
132 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
136 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
138 bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; }
[all …]
DCodeGenDAGPatterns.cpp42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() function in EEVT::TypeSet
57 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) { in TypeSet() function in EEVT::TypeSet
72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes()
99 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes()
108 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes()
117 bool EEVT::TypeSet::hasVectorTypes() const { in hasVectorTypes()
125 std::string EEVT::TypeSet::getName() const { in getName()
147 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo()
164 EEVT::TypeSet InCopy(InVT); in MergeInTypeInfo()
202 TypeSet InputSet(*this); in MergeInTypeInfo()
[all …]
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp95 typedef std::set<Type*> TypeSet; typedef
108 TypeSet DefinedTypes;
/external/clang/lib/Sema/
DSemaOverload.cpp4867 typedef llvm::SmallPtrSet<QualType, 8> TypeSet; typedef in clang::BuiltinCandidateTypeSet
4871 TypeSet PointerTypes;
4875 TypeSet MemberPointerTypes;
4879 TypeSet EnumerationTypes;
4883 TypeSet VectorTypes;
4909 typedef TypeSet::iterator iterator;