Home
last modified time | relevance | path

Searched refs:EXIT_IGNORE_STACK (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddefaults.h834 #ifndef EXIT_IGNORE_STACK
835 #define EXIT_IGNORE_STACK 0 macro
H A Ddojump.c74 && EXIT_IGNORE_STACK in clear_pending_stack_adjust()
H A Dresource.c1182 if (! EXIT_IGNORE_STACK in init_resource_info()
H A Ddf-scan.c1942 || !EXIT_IGNORE_STACK in df_record_exit_block_uses()
H A Dglobal.c343 || (current_function_calls_alloca && EXIT_IGNORE_STACK) in global_alloc()
H A Dreorg.c2408 if (! EXIT_IGNORE_STACK in fill_simple_delay_slots()
H A Dflow.c951 || ! EXIT_IGNORE_STACK in mark_regs_live_at_end()
H A Dfunction.c4567 if (! EXIT_IGNORE_STACK in expand_function_end()
H A Dreload1.c3589 && EXIT_IGNORE_STACK) in init_elim_table()
H A DChangeLog-20031079 * flow.c (EXIT_IGNORE_STACK): Move to ...
1080 * defaults.h (EXIT_IGNORE_STACK): ... here.
1082 EXIT_IGNORE_STACK.
1089 * doc/tm.texi (EXIT_IGNORE_STACK): Document that the default
H A DFSFChangeLog.101731 (EXIT_IGNORE_STACK): Set to 0.
H A DChangeLog-199918607 (mark_regs_live_at_end): Tidy EXIT_IGNORE_STACK usage.
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h642 #define EXIT_IGNORE_STACK 1 macro
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h1252 #define EXIT_IGNORE_STACK 1 macro
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h1665 #define EXIT_IGNORE_STACK \ macro
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h2054 #define EXIT_IGNORE_STACK 1 macro
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.h1541 #define EXIT_IGNORE_STACK 1 macro
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h1569 #define EXIT_IGNORE_STACK 1 macro
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.h1464 #define EXIT_IGNORE_STACK 1 macro
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi4426 @defmac EXIT_IGNORE_STACK
4436 compiler knows this regardless of @code{EXIT_IGNORE_STACK}.