Home
last modified time | relevance | path

Searched refs:useSwitchError (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h113 bool useSwitchError; // check for switches without a default member
H A Dstatementsem.c2344 if (global.params.useSwitchError && in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h173 CHECKENABLE useSwitchError; // check for switches without a default member
H A Dglobals.d195 CHECKENABLE useSwitchError = CHECKENABLE._default; // check for switches without a default variable
H A Dstatementsem.c2344 if (global.params.useSwitchError && in visit()
H A Dstatementsem.d2333 else if (global.params.useSwitchError == CHECKENABLE.on && in package()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc287 global.params.useSwitchError = true; in d_init_options()
537 global.params.useSwitchError = value; in d_handle_option()
752 global.params.useSwitchError = false; in d_post_options()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc677 global.params.useSwitchError = value ? CHECKENABLEon : CHECKENABLEoff; in d_handle_option()
882 if (global.params.useSwitchError == CHECKENABLEdefault) in d_post_options()
884 global.params.useSwitchError = global.params.release in d_post_options()