Home
last modified time | relevance | path

Searched refs:getValuePtr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h205 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function
211 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function
252 static pointer getValuePtr(node_type *N) { in getValuePtr() function
253 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
256 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
257 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
H A Dilist_iterator.h139 return *Access::getValuePtr(NodePtr);
295 return *Access::getValuePtr(NodePtr);