Home
last modified time | relevance | path

Searched refs:guard_decl (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.cc5026 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
5033 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
5035 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
5036 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
5045 if (guard_decl) in stack_protect_epilogue()
5046 y = expand_normal (guard_decl); in stack_protect_epilogue()
Dcfgexpand.cc6534 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6537 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6540 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6542 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6543 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6556 if (guard_decl) in stack_protect_prologue()
6557 y = expand_normal (guard_decl); in stack_protect_prologue()
DChangeLog-20093099 for stack_protect_guard and guard_decl.
DChangeLog-201610185 * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,