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

/haiku-buildtools/gcc/gmp/scanf/
H A Ddoscan.c471 int new_fields, new_chars; local
593 new_fields = (*funs->scan) (data, alloc_fmt, &new_chars, NULL);
594 ASSERT (new_fields == 0 || new_fields == EOF);
599 new_fields = (*funs->scan) (data, alloc_fmt, arg, &new_chars);
600 ASSERT (new_fields==0 || new_fields==1 || new_fields==EOF);
602 if (new_fields == 0)
605 if (new_fields
[all...]
/haiku-buildtools/gcc/gcc/
H A Domp-low.c1630 tree name, new_fields = NULL; local
1643 DECL_CHAIN (new_f) = new_fields;
1649 new_fields = new_f;
1656 TYPE_FIELDS (type) = nreverse (new_fields);
10789 tree name, new_fields = NULL, type, f;
10802 TREE_CHAIN (new_f) = new_fields;
10807 new_fields = new_f;
10810 TYPE_FIELDS (type) = nreverse (new_fields);
10787 tree name, new_fields = NULL, type, f; local

Completed in 112 milliseconds