HomeSort by: relevance | last modified time | path
    Searched defs:save_stack (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 112 static noinline void save_stack(struct drm_mm_node *node) function
153 static void save_stack(struct drm_mm_node *node) { } function
574 save_stack(node);
694 save_stack(node);
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 5955 static struct save_opts *save_stack;
5976 s->next = save_stack;
5977 save_stack = s;
5989 if (save_stack == NULL)
5996 s = save_stack;
5997 save_stack = s->next;
5951 static struct save_opts *save_stack; variable in typeref:struct:save_opts
tc-i386.c 628 static char save_stack[32]; variable
6830 save_stack_p = save_stack;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 5955 static struct save_opts *save_stack;
5976 s->next = save_stack;
5977 save_stack = s;
5989 if (save_stack == NULL)
5996 s = save_stack;
5997 save_stack = s->next;
5951 static struct save_opts *save_stack; variable in typeref:struct:save_opts
tc-i386.c 628 static char save_stack[32]; variable
6668 save_stack_p = save_stack;
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 228 unsigned save_stack : 1; member in struct:gimplify_ctx
1381 bool old_save_stack = gimplify_ctxp->save_stack;
1640 gimplify_ctxp->save_stack = false;
1747 if (gimplify_ctxp->save_stack && !gimplify_ctxp->keep_stack)
1789 gimplify_ctxp->save_stack = old_save_stack;
3916 gimplify_ctxp->save_stack = true;
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 209 unsigned save_stack : 1; member in struct:gimplify_ctx
1350 bool old_save_stack = gimplify_ctxp->save_stack;
1426 gimplify_ctxp->save_stack = false;
1451 if (gimplify_ctxp->save_stack && !gimplify_ctxp->keep_stack)
1556 gimplify_ctxp->save_stack = old_save_stack;
3594 gimplify_ctxp->save_stack = true;

Completed in 61 milliseconds