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

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h625 extern bool c_eh_initialized_p;
H A Dc-decl.c88 bool c_eh_initialized_p;
3461 if (!flag_exceptions || c_eh_initialized_p)
3464 c_eh_initialized_p = true;
87 bool c_eh_initialized_p; variable

Completed in 70 milliseconds