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

  /src/external/gpl3/gcc/dist/gcc/
function.cc 5035 tree guard_decl = crtl->stack_protect_guard_decl;
5042 if (targetm.have_stack_protect_combined_test () && guard_decl)
5044 gcc_assert (DECL_P (guard_decl));
5045 y = DECL_RTL (guard_decl);
5054 if (guard_decl)
5055 y = expand_normal (guard_decl);
5018 tree guard_decl = crtl->stack_protect_guard_decl; local
cfgexpand.cc 6574 tree guard_decl = targetm.stack_protect_guard ();
6577 crtl->stack_protect_guard_decl = guard_decl;
6580 if (targetm.have_stack_protect_combined_set () && guard_decl)
6582 gcc_assert (DECL_P (guard_decl));
6585 y = DECL_RTL (guard_decl);
6604 if (guard_decl)
6605 y = expand_normal (guard_decl);
6572 tree guard_decl = targetm.stack_protect_guard (); local
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 5045 tree guard_decl = crtl->stack_protect_guard_decl;
5052 if (targetm.have_stack_protect_combined_test () && guard_decl)
5054 gcc_assert (DECL_P (guard_decl));
5055 y = DECL_RTL (guard_decl);
5064 if (guard_decl)
5065 y = expand_normal (guard_decl);
5028 tree guard_decl = crtl->stack_protect_guard_decl; local
cfgexpand.cc 6548 tree guard_decl = targetm.stack_protect_guard ();
6551 crtl->stack_protect_guard_decl = guard_decl;
6554 if (targetm.have_stack_protect_combined_set () && guard_decl)
6556 gcc_assert (DECL_P (guard_decl));
6559 y = DECL_RTL (guard_decl);
6578 if (guard_decl)
6579 y = expand_normal (guard_decl);
6546 tree guard_decl = targetm.stack_protect_guard (); local

Completed in 157 milliseconds