Searched refs:ancestor (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h92 struct element * ancestor=nill; local
95 ancestor=iterator;
98 if (ancestor==nill){
104 ancestor->next=e;
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h93 struct element *ancestor = nill; local
96 ancestor = iterator;
99 if (ancestor == nill) {
104 ancestor->next = e;
/gem5/src/python/m5/
H A DSimObject.py1178 ancestor = kwargs.get('_ancestor')
1183 elif ancestor:
1185 memo_dict[ancestor] = self
1187 if not ancestor:
1188 ancestor = self.__class__
1189 ancestor._instantiated = True
1203 for key,val in ancestor._children.items():
1209 self._values = multidict(ancestor._values)
1210 self._hr_values = multidict(ancestor._hr_values)
1212 for key,val in ancestor
[all...]

Completed in 6 milliseconds