Searched refs:any_eh_needed (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c2214 bool any_eh_needed = !flag_exceptions || flag_asynchronous_unwind_tables;
2218 any_eh_needed = any_lsda_needed = true;
2220 any_eh_needed = true;
2223 any_eh_needed = true;
2225 if (! any_eh_needed)
2213 bool any_eh_needed = !flag_exceptions || flag_asynchronous_unwind_tables; local

Completed in 189 milliseconds