Home
last modified time | relevance | path

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

1234

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgexpand.c6236 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6239 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6242 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6244 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6245 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6258 if (guard_decl) in stack_protect_prologue()
6259 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4916 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4923 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4925 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4926 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4935 if (guard_decl) in stack_protect_epilogue()
4936 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgexpand.c6259 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6262 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6265 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6267 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6268 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6281 if (guard_decl) in stack_protect_prologue()
6282 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4963 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4970 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4972 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4973 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4982 if (guard_decl) in stack_protect_epilogue()
4983 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfgexpand.c6477 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6480 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6483 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6485 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6486 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6499 if (guard_decl) in stack_protect_prologue()
6500 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4980 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4987 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4989 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4990 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4999 if (guard_decl) in stack_protect_epilogue()
5000 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfgexpand.c6266 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6269 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6272 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6274 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6275 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6288 if (guard_decl) in stack_protect_prologue()
6289 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4963 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4970 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4972 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4973 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4982 if (guard_decl) in stack_protect_epilogue()
4983 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgexpand.c6485 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6488 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6491 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6493 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6494 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6507 if (guard_decl) in stack_protect_prologue()
6508 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4997 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
5004 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
5006 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
5007 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
5016 if (guard_decl) in stack_protect_epilogue()
5017 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfgexpand.c6477 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6480 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6483 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6485 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6486 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6499 if (guard_decl) in stack_protect_prologue()
6500 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4980 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4987 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4989 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4990 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4999 if (guard_decl) in stack_protect_epilogue()
5000 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfgexpand.c6266 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6269 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6272 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6274 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6275 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6288 if (guard_decl) in stack_protect_prologue()
6289 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4963 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4970 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4972 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4973 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4982 if (guard_decl) in stack_protect_epilogue()
4983 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfgexpand.c6477 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6480 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6483 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6485 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6486 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6499 if (guard_decl) in stack_protect_prologue()
6500 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4980 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4987 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4989 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4990 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4999 if (guard_decl) in stack_protect_epilogue()
5000 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgexpand.c6225 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6228 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6231 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6233 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6234 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6247 if (guard_decl) in stack_protect_prologue()
6248 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4905 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4912 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4914 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4915 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4924 if (guard_decl) in stack_protect_epilogue()
4925 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgexpand.c6236 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
6239 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()
6242 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()
6244 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()
6245 y = DECL_RTL (guard_decl); in stack_protect_prologue()
6258 if (guard_decl) in stack_protect_prologue()
6259 y = expand_normal (guard_decl); in stack_protect_prologue()
H A Dfunction.c4916 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local
4923 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()
4925 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()
4926 y = DECL_RTL (guard_decl); in stack_protect_epilogue()
4935 if (guard_decl) in stack_protect_epilogue()
4936 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfunction.c3979 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
3987 y = validize_mem (DECL_RTL (guard_decl)); in stack_protect_prologue()
4016 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_epilogue() local
4025 y = validize_mem (DECL_RTL (guard_decl)); in stack_protect_epilogue()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfunction.c4640 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
4644 y = expand_normal (guard_decl); in stack_protect_prologue()
4673 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_epilogue() local
4678 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfunction.c4646 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local
4650 y = expand_normal (guard_decl); in stack_protect_prologue()
4679 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_epilogue() local
4684 y = expand_normal (guard_decl); in stack_protect_epilogue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/spirv/
H A Dfunction.cc1974 auto guard_decl = in EmitIfStart() local
1976 AddStatement(std::move(guard_decl)); in EmitIfStart()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.c5107 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_epilogue() local
5113 if (guard_decl) in stack_protect_epilogue()
5114 y = expand_normal (guard_decl); in stack_protect_epilogue()

1234