OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_out
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/ADT/GraphLite/
ListDigraph.cpp
25
prev_in(NULL), next_in(NULL),
prev_out
(NULL), next_out(NULL) {
84
pU.first_out->
prev_out
= result;
140
if (NULL != pArc.
prev_out
) {
141
pArc.
prev_out
->next_out = pArc.next_out;
143
else { // pArc.
prev_out
is NULL => pArc is the first_out of the source
148
pArc.next_out->
prev_out
= pArc.
prev_out
;
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
ListDigraph.h
54
Arc *
prev_out
, *next_out;
member in struct:mcld::graph::ListDigraph::Arc
Completed in 363 milliseconds