Searched refs:TypeSet (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/sync/glue/ |
D | data_type_manager.h | 45 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;
|
D | data_type_manager_impl.h | 29 virtual void Configure(const TypeSet& desired_types); 67 TypeSet last_requested_types_;
|
D | data_type_manager_mock.h | 37 MOCK_METHOD1(Configure, void(const TypeSet&));
|
D | data_type_manager_impl.cc | 87 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/ |
D | CodeGenDAGPatterns.h | 56 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 …]
|
D | CodeGenDAGPatterns.cpp | 42 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/ |
D | CPPBackend.cpp | 95 typedef std::set<Type*> TypeSet; typedef 108 TypeSet DefinedTypes;
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 4867 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;
|