Home
last modified time | relevance | path

Searched refs:InterfaceMap (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/include/mlir/Support/
DInterfaceSupport.h142 class InterfaceMap {
153 InterfaceMap(InterfaceMap &&) = default;
154 ~InterfaceMap() {
167 InterfaceMap>
177 InterfaceMap>
179 return InterfaceMap();
190 InterfaceMap() = default;
191 InterfaceMap(MutableArrayRef<std::pair<TypeID, void *>> elements)
196 static InterfaceMap getImpl(std::tuple<Ts...> *) {
200 return InterfaceMap(elements);
/external/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
DMultipleInheritanceCheck.cpp34 InterfaceMap.insert(std::make_pair(Name, isInterface)); in addNodeToInterfaceMap()
44 llvm::StringMapConstIterator<bool> Pair = InterfaceMap.find(Name); in getInterfaceStatus()
45 if (Pair == InterfaceMap.end()) in getInterfaceStatus()
DMultipleInheritanceCheck.h32 void onEndOfTranslationUnit() override { InterfaceMap.clear(); } in onEndOfTranslationUnit()
43 llvm::StringMap<bool> InterfaceMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() local
140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
141 if (Itr != InterfaceMap.end()) { in FunctionInfo()
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
/external/llvm-project/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() local
140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
141 if (Itr != InterfaceMap.end()) { in FunctionInfo()
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
/external/llvm-project/mlir/include/mlir/IR/
DStorageUniquerSupport.h81 static detail::InterfaceMap getInterfaceMap() { in getInterfaceMap()
82 return detail::InterfaceMap::template get<Traits<ConcreteT>...>(); in getInterfaceMap()
DTypeSupport.h56 AbstractType(Dialect &dialect, detail::InterfaceMap &&interfaceMap, in AbstractType()
65 detail::InterfaceMap interfaceMap;
DAttributeSupport.h57 AbstractAttribute(Dialect &dialect, detail::InterfaceMap &&interfaceMap, in AbstractAttribute()
66 detail::InterfaceMap interfaceMap;
DOperationSupport.h189 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait);
197 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait);
203 detail::InterfaceMap interfaceMap;
DOpDefinition.h1601 static detail::InterfaceMap getInterfaceMap() { in getInterfaceMap()
1602 return detail::InterfaceMap::template get<Traits<ConcreteType>...>(); in getInterfaceMap()
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() local
152 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
153 if (Itr != InterfaceMap.end()) { in FunctionInfo()
161 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
/external/libchrome/dbus/
Dobject_manager.h329 typedef std::map<std::string, Interface*> InterfaceMap; typedef
330 InterfaceMap interface_map_;
Dobject_manager.cc83 InterfaceMap::iterator iter = interface_map_.find(interface_name); in UnregisterInterface()
443 InterfaceMap::iterator iiter = interface_map_.find(interface_name); in AddInterface()
487 InterfaceMap::iterator iiter = interface_map_.find(interface_name); in RemoveInterface()
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp640 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait) { in insert()
662 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait) in AbstractOperation()