Searched defs:getNodePtr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node.h167 static ilist_node_impl<OptionsT> *getNodePtr(typename OptionsT::pointer N) { function in struct:llvm::ilist_detail::NodeAccess
173 getNodePtr(typename OptionsT::const_pointer N) { function in struct:llvm::ilist_detail::NodeAccess
217 static node_type *getNodePtr(pointer N) { function in struct:llvm::ilist_detail::SpecificNodeAccess
221 static const node_type *getNodePtr(const_pointer N) { function in struct:llvm::ilist_detail::SpecificNodeAccess
H A Dilist_iterator.h172 node_pointer getNodePtr() const { return static_cast<node_pointer>(NodePtr); } function in class:llvm::ilist_iterator

Completed in 107 milliseconds