Searched refs:nill (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h51 element *nill; member in class:tlm_utils::time_ordered_list
57 : nill(new element()),
59 list(nill),
71 delete nill;
92 struct element * ancestor=nill;
94 while (iterator!=nill && iterator->t<=t){
98 if (ancestor==nill){
110 if (list != nill) {
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h51 element *nill; member in class:tlm_utils::time_ordered_list
56 time_ordered_list() : nill(new element()), empties(NULL),
57 list(nill), size(0)
68 delete nill;
93 struct element *ancestor = nill;
95 while (iterator != nill && iterator->t <= t) {
99 if (ancestor == nill) {
112 if (list != nill) {

Completed in 4 milliseconds