Searched refs:InterfaceMap (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/mlir/include/mlir/Support/ |
D | InterfaceSupport.h | 142 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/ |
D | MultipleInheritanceCheck.cpp | 34 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()
|
D | MultipleInheritanceCheck.h | 32 void onEndOfTranslationUnit() override { InterfaceMap.clear(); } in onEndOfTranslationUnit() 43 llvm::StringMap<bool> InterfaceMap; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 125 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/ |
D | CFLSteensAliasAnalysis.cpp | 125 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/ |
D | StorageUniquerSupport.h | 81 static detail::InterfaceMap getInterfaceMap() { in getInterfaceMap() 82 return detail::InterfaceMap::template get<Traits<ConcreteT>...>(); in getInterfaceMap()
|
D | TypeSupport.h | 56 AbstractType(Dialect &dialect, detail::InterfaceMap &&interfaceMap, in AbstractType() 65 detail::InterfaceMap interfaceMap;
|
D | AttributeSupport.h | 57 AbstractAttribute(Dialect &dialect, detail::InterfaceMap &&interfaceMap, in AbstractAttribute() 66 detail::InterfaceMap interfaceMap;
|
D | OperationSupport.h | 189 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait); 197 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait); 203 detail::InterfaceMap interfaceMap;
|
D | OpDefinition.h | 1601 static detail::InterfaceMap getInterfaceMap() { in getInterfaceMap() 1602 return detail::InterfaceMap::template get<Traits<ConcreteType>...>(); in getInterfaceMap()
|
/external/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 137 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/ |
D | object_manager.h | 329 typedef std::map<std::string, Interface*> InterfaceMap; typedef 330 InterfaceMap interface_map_;
|
D | object_manager.cc | 83 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/ |
D | MLIRContext.cpp | 640 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait) { in insert() 662 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait) in AbstractOperation()
|