Home
last modified time | relevance | path

Searched refs:useExceptions (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h129 bool useExceptions; // support exception handling member
H A Dstatementsem.c3410 if (!global.params.useExceptions) in visit()
3534 if (!(global.params.useExceptions && ClassDeclaration::throwable)) in visit()
3590 if (!global.params.useExceptions) in visit()
H A Dfunc.c249 if (!(global.params.useExceptions && ClassDeclaration::throwable)) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h135 bool useExceptions; // support exception handling member
H A Dglobals.d145 bool useExceptions = true; // support exception handling variable
H A Dstatementsem.d3565 if (!global.params.useExceptions) in package()
3692 if (!(global.params.useExceptions && ClassDeclaration.throwable)) in package()
3773 if (!global.params.useExceptions) in package()
H A Dfunc.d146 if (!(global.params.useExceptions && ClassDeclaration.throwable)) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc290 global.params.useExceptions = true; in d_init_options()
491 global.params.useExceptions = value; in d_handle_option()
764 global.params.useExceptions = false; in d_post_options()
H A Dtoir.cc1162 if (!global.params.useExceptions) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc517 global.params.useExceptions = value; in d_handle_option()
924 global.params.useExceptions = false; in d_post_options()
H A Dtoir.cc1175 if (!global.params.useExceptions) in visit()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d6702 private void setDayOfYear(bool useExceptions = false)(int day)
6709 static if (useExceptions)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d6537 private void setDayOfYear(bool useExceptions = false)(int day)
6544 static if (useExceptions)