Searched refs:TypeSet (Results 1 – 9 of 9) 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 | 57 class TypeSet { 60 TypeSet() {} in TypeSet() function 61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP); 62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList); 109 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP); 112 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo() 129 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP); 133 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP); 137 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP); 139 bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; } [all …]
|
D | CodeGenDAGPatterns.cpp | 45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() function in EEVT::TypeSet 60 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { in TypeSet() function in EEVT::TypeSet 75 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() 107 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() 116 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes() 125 bool EEVT::TypeSet::hasVectorTypes() const { in hasVectorTypes() 133 std::string EEVT::TypeSet::getName() const { in getName() 155 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() 172 EEVT::TypeSet InCopy(InVT); in MergeInTypeInfo() 210 TypeSet InputSet(*this); in MergeInTypeInfo() [all …]
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 34 typedef SmallPtrSet<StructType*, 32> TypeSet; typedef 56 TypeMapTy(TypeSet &Set) : DstStructTypesSet(Set) {} in TypeMapTy() 58 TypeSet &DstStructTypesSet; 410 ModuleLinker(Module *dstM, TypeSet &Set, Module *srcM, unsigned mode) in ModuleLinker()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 86 typedef std::set<Type*> TypeSet; typedef 99 TypeSet DefinedTypes;
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6224 typedef llvm::SmallPtrSet<QualType, 8> TypeSet; typedef in clang::__anon0637eb3d0411::BuiltinCandidateTypeSet 6228 TypeSet PointerTypes; 6232 TypeSet MemberPointerTypes; 6236 TypeSet EnumerationTypes; 6240 TypeSet VectorTypes; 6266 typedef TypeSet::iterator iterator;
|