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

/frameworks/compile/mclinker/lib/ADT/GraphLite/
H A DListDigraph.cpp25 prev_in(NULL), next_in(NULL), prev_out(NULL), next_out(NULL) {
74 m_pFreeArcHead = m_pFreeArcHead->next_in;
89 result->next_in = pV.first_in;
115 Arc* next_in = fan_in->next_in; local
117 fan_in = next_in;
153 pArc.prev_in->next_in = pArc.next_in;
156 pArc.target->first_in = pArc.next_in;
159 if (NULL != pArc.next_in) {
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DListDigraph.h53 Arc *prev_in, *next_in; member in struct:mcld::graph::ListDigraph::Arc

Completed in 80 milliseconds