Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/rs6000/
Ddarwin.h126 && flag_use_cxa_get_exception_ptr == 2) \
127 flag_use_cxa_get_exception_ptr = 0; \
/freebsd-12-stable/contrib/gcc/cp/
Dexcept.c447 else if (flag_use_cxa_get_exception_ptr in expand_start_catch_block()
DChangeLog2930 flag_use_cxa_get_exception_ptr.
/freebsd-12-stable/contrib/gcc/
Dc-common.h566 extern int flag_use_cxa_get_exception_ptr;
Dc-opts.c817 flag_use_cxa_get_exception_ptr = value; in c_common_handle_option()
Dc-common.c439 int flag_use_cxa_get_exception_ptr = 2; variable
DChangeLog-200611056 (flag_use_cxa_get_exception_ptr): New.
11057 * c-common.h (flag_use_cxa_get_exception_ptr): New.