Home
last modified time | relevance | path

Searched defs:SpecificNodeAccess (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h201 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct
203 typedef typename OptionsT::pointer pointer;
204 typedef typename OptionsT::const_pointer const_pointer;
205 typedef ilist_node_impl<OptionsT> node_type;
207 static node_type *getNodePtr(pointer N) { in getNodePtr()
210 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
213 static pointer getValuePtr(node_type *N) { in getValuePtr()
216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node.h210 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct
213 using const_pointer = typename OptionsT::const_pointer;
214 using node_type = ilist_node_impl<OptionsT>;
216 static node_type *getNodePtr(pointer N) { in getNodePtr()
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
224 static pointer getValuePtr(node_type *N) { in getValuePtr()
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/external/llvm-project/llvm/include/llvm/ADT/
Dilist_node.h210 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct
213 using const_pointer = typename OptionsT::const_pointer;
214 using node_type = ilist_node_impl<OptionsT>;
216 static node_type *getNodePtr(pointer N) { in getNodePtr()
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
224 static pointer getValuePtr(node_type *N) { in getValuePtr()
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()