Searched defs:frontNode (Results 1 – 5 of 5) sorted by relevance
85 void IntrusiveList<ElementType>::link_after(ListNode<ElementType> *frontNode, in link_after()
50 void IntrusiveListBase::doLinkAfter(Node *frontNode, Node *newNode) { in doLinkAfter()
114 TIntermTyped* frontNode() const in frontNode() function
10903 Node* const frontNode = m_FreeList[level].front; in AddToFreeListFront() local