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

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3522 tree next_gp, next_gp_limit, next_cop, next_stack;
3539 next_stack = build3 (COMPONENT_REF, TREE_TYPE (f_next_stack),
3561 /* va_list.next_stack = nextarg; */
3563 t = build2 (MODIFY_EXPR, ptr_type_node, next_stack, u);
3576 tree next_gp, next_gp_limit, next_cop, next_stack;
3603 next_stack = build3 (COMPONENT_REF, TREE_TYPE (f_next_stack),
3657 tmp = build2 (MODIFY_EXPR, void_type_node, res_addr, unshare_expr (next_stack));
3660 tmp = fold_build_pointer_plus_hwi (unshare_expr (next_stack), rsize);
3661 gimplify_assign (unshare_expr (next_stack), 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
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c8611 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack;
8643 next_stack = build3 (COMPONENT_REF, TREE_TYPE (f_next_stack),
8678 t = build2 (MODIFY_EXPR, ptr_type_node, next_stack, u);
8732 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack;
8751 next_stack = build3 (COMPONENT_REF, TREE_TYPE (f_next_stack),
8857 tmp = build1 (ADDR_EXPR, pptr_type_node, unshare_expr (next_stack));
8890 tmp = build1 (ADDR_EXPR, pptr_type_node, unshare_expr (next_stack));
8600 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack; local
8721 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c3114 struct bincl_file *next_stack; member in struct:bincl_file
3134 n->next_stack = info->bincl_stack;
3161 info->bincl_stack = o->next_stack;
/haiku-buildtools/binutils/binutils/
H A Dstabs.c3152 struct bincl_file *next_stack; member in struct:bincl_file
3172 n->next_stack = info->bincl_stack;
3199 info->bincl_stack = o->next_stack;

Completed in 216 milliseconds