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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68k.c5662 static struct save_opts *save_stack;
5683 s->next = save_stack;
5684 save_stack = s;
5696 if (save_stack == NULL)
5703 s = save_stack;
5704 save_stack = s->next;
5658 static struct save_opts *save_stack; variable in typeref:struct:save_opts
H A Dtc-maxq.c622 static char save_stack[32]; variable
3082 save_stack_p = save_stack;
H A Dtc-i386.c263 static char save_stack[32]; variable
1460 save_stack_p = save_stack;
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c6101 static struct save_opts *save_stack;
6122 s->next = save_stack;
6123 save_stack = s;
6135 if (save_stack == NULL)
6142 s = save_stack;
6143 save_stack = s->next;
6097 static struct save_opts *save_stack; variable in typeref:struct:save_opts
H A Dtc-i386.c480 static char save_stack[32]; variable
3569 save_stack_p = save_stack;
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c164 bool save_stack; member in struct:gimplify_ctx
1083 bool old_save_stack = gimplify_ctxp->save_stack;
1134 gimplify_ctxp->save_stack = false;
1156 if (gimplify_ctxp->save_stack)
1208 gimplify_ctxp->save_stack = old_save_stack;
1368 gimplify_ctxp->save_stack = true;

Completed in 133 milliseconds