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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c4154 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff, f_res, record;
4159 f_ovfl = build_decl (FIELD_DECL, get_identifier ("__overflow_argptr"),
4176 DECL_FIELD_CONTEXT (f_ovfl) = record;
4183 TYPE_FIELDS (record) = f_ovfl;
4184 TREE_CHAIN (f_ovfl) = f_gtop;
4209 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff;
4222 f_ovfl = TYPE_FIELDS (va_list_type_node);
4223 f_gtop = TREE_CHAIN (f_ovfl);
4228 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl,
4133 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff, f_res, record; local
4188 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff; local
4288 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff; local
[all...]

Completed in 187 milliseconds