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

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3487 tree f_next_gp, f_next_gp_limit, f_next_cop, f_next_stack;
3493 f_next_gp = build_decl (BUILTINS_LOCATION, FIELD_DECL,
3503 DECL_FIELD_CONTEXT (f_next_gp) = record;
3508 TYPE_FIELDS (record) = f_next_gp;
3509 DECL_CHAIN (f_next_gp) = f_next_gp_limit;
3521 tree f_next_gp, f_next_gp_limit, f_next_cop, f_next_stack;
3528 f_next_gp = TYPE_FIELDS (va_list_type_node);
3529 f_next_gp_limit = DECL_CHAIN (f_next_gp);
3533 next_gp = build3 (COMPONENT_REF, TREE_TYPE (f_next_gp), valist, f_next_gp,
3478 tree f_next_gp, f_next_gp_limit, f_next_cop, f_next_stack; local
3512 tree f_next_gp, f_next_gp_limit, f_next_cop, f_next_stack; local
3566 tree f_next_gp, f_next_gp_limit, f_next_cop, f_next_stack; local
[all...]

Completed in 46 milliseconds