Home
last modified time | relevance | path

Searched refs:save_stack (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc1017 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 Dtsan_rtl.h759 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true);
761 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
/freebsd-12.1/contrib/gcc/
H A Dgimplify.c94 bool save_stack; member
1056 bool old_save_stack = gimplify_ctxp->save_stack; in gimplify_bind_expr()
1089 gimplify_ctxp->save_stack = false; in gimplify_bind_expr()
1093 if (gimplify_ctxp->save_stack) in gimplify_bind_expr()
1111 gimplify_ctxp->save_stack = old_save_stack; in gimplify_bind_expr()
1254 gimplify_ctxp->save_stack = true; in gimplify_decl_expr()
H A DChangeLog.tree-ssa8304 (struct gimplify_ctx): New field save_stack.
H A DChangeLog-200419785 pointer plus dereference. Set DECL_VALUE_EXPR. Set save_stack.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c245 static char save_stack[32]; variable
1712 save_stack_p = save_stack;
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92951600 (save_stack): New static variable.