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

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3522 tree next_gp, next_gp_limit, next_cop, next_stack;
3537 next_cop = build3 (COMPONENT_REF, TREE_TYPE (f_next_cop), valist, f_next_cop,
3556 /* va_list.next_cop = ROUND_UP(va_list.next_gp_limit,8); */
3557 t = build2 (MODIFY_EXPR, ptr_type_node, next_cop, u);
3576 tree next_gp, next_gp_limit, next_cop, next_stack;
3601 next_cop = build3 (COMPONENT_REF, TREE_TYPE (f_next_cop), valist, f_next_cop,
3634 tmp = build2 (MODIFY_EXPR, void_type_node, res_addr, next_cop);
3646 tmp = fold_build_pointer_plus_hwi (unshare_expr (next_cop), 8);
3647 gimplify_assign (unshare_expr (next_cop), tmp, pre_p);
3513 tree next_gp, next_gp_limit, next_cop, next_stack; local
3567 tree next_gp, next_gp_limit, next_cop, next_stack; local

Completed in 99 milliseconds