Searched defs:next_out (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) {
82 result->next_out = pU.first_out;
123 Arc* next_out = fan_out->next_out; local
125 fan_out = next_out;
141 pArc.prev_out->next_out = pArc.next_out;
144 pArc.source->first_out = pArc.next_out;
147 if (NULL != pArc.next_out) {
148 pArc.next_out
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DListDigraph.h54 Arc *prev_out, *next_out; member in struct:mcld::graph::ListDigraph::Arc

Completed in 88 milliseconds