/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_sync.h | 69 void Init(ThreadState *thr, uptr pc, uptr addr, u64 uid, bool save_stack); 119 bool save_stack) { in GetSyncOrCreate() argument 120 return GetSync(thr, pc, addr, true, save_stack); in GetSyncOrCreate() 148 bool save_stack);
|
H A D | tsan_sync.cpp | 24 bool save_stack) { in Init() argument 30 if (save_stack && !SANITIZER_GO) // Go does not use them in Init() 195 bool save_stack) { in GetSync() argument 224 mys->Init(thr, pc, addr, uid, save_stack); in GetSync()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_mm.c | 112 static noinline void save_stack(struct drm_mm_node *node) in save_stack() function 153 static void save_stack(struct drm_mm_node *node) { } in save_stack() function 574 save_stack(node); in drm_mm_reserve_node() 694 save_stack(node); in drm_mm_insert_node_in_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.cc | 1013 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin() argument 1019 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreBegin() 1044 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() argument 1049 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreSyncBegin()
|
H A D | tsan_rtl.h | 755 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true); 757 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.cc | 1017 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin() argument 1023 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreBegin() 1048 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() argument 1053 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreSyncBegin()
|
H A D | tsan_rtl.h | 759 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true); 761 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m68k.c | 5930 static struct save_opts *save_stack; variable 5951 s->next = save_stack; in s_save() 5952 save_stack = s; in s_save() 5964 if (save_stack == NULL) in s_restore() 5971 s = save_stack; in s_restore() 5972 save_stack = s->next; in s_restore()
|
H A D | tc-i386.c | 573 static char save_stack[32]; variable 5312 save_stack_p = save_stack; in init_globals()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m68k.c | 5942 static struct save_opts *save_stack; variable 5963 s->next = save_stack; in s_save() 5964 save_stack = s; in s_save() 5976 if (save_stack == NULL) in s_restore() 5983 s = save_stack; in s_restore() 5984 save_stack = s->next; in s_restore()
|
H A D | tc-i386.c | 531 static char save_stack[32]; variable 4837 save_stack_p = save_stack; in md_assemble()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 204 unsigned save_stack : 1; member 1338 bool old_save_stack = gimplify_ctxp->save_stack; in gimplify_bind_expr() 1424 gimplify_ctxp->save_stack = false; in gimplify_bind_expr() 1449 if (gimplify_ctxp->save_stack && !gimplify_ctxp->keep_stack) in gimplify_bind_expr() 1547 gimplify_ctxp->save_stack = old_save_stack; in gimplify_bind_expr() 3367 gimplify_ctxp->save_stack = true; in gimplify_call_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 209 unsigned save_stack : 1; member 1348 bool old_save_stack = gimplify_ctxp->save_stack; in gimplify_bind_expr() 1424 gimplify_ctxp->save_stack = false; in gimplify_bind_expr() 1449 if (gimplify_ctxp->save_stack && !gimplify_ctxp->keep_stack) in gimplify_bind_expr() 1554 gimplify_ctxp->save_stack = old_save_stack; in gimplify_bind_expr() 3591 gimplify_ctxp->save_stack = true; in gimplify_call_expr()
|
H A D | ChangeLog.tree-ssa | 8304 (struct gimplify_ctx): New field save_stack.
|
H A D | ChangeLog-2015 | 2731 (gimplify_vla_decl): Do not set gimplify_ctxp->save_stack here. 2733 either save_stack or keep_stack depending on CALL_ALLOCA_FOR_VAR_P.
|
H A D | ChangeLog-2004 | 19785 pointer plus dereference. Set DECL_VALUE_EXPR. Set save_stack.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-9295 | 1600 (save_stack): New static variable.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-9295 | 1600 (save_stack): New static variable.
|