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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc4748 const Struct_field_list* fields2 = t->fields(); local
4749 if (fields1 == NULL || fields2 == NULL)
4750 return fields1 == fields2;
4751 Struct_field_list::const_iterator pf2 = fields2->begin();
4756 if (pf2 == fields2->end())
4777 if (pf2 != fields2->end())

Completed in 58 milliseconds