Home
last modified time | relevance | path

Searched refs:useOut (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h111 bool useOut; // generate postcondition checks member
H A Dfunc.c1672 if ((needEnsure && global.params.useOut) || fpostinv) in semantic3()
2076 if (!global.params.useOut) in semantic3()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h170 CHECKENABLE useOut; // generate postcondition checks member
H A Dglobals.d192 CHECKENABLE useOut = CHECKENABLE._default; // generate postcondition checks variable
H A Dsemantic3.d568 if ((needEnsure && global.params.useOut == CHECKENABLE.on) || fpostinv) in visit()
1037 if (global.params.useOut == CHECKENABLE.off) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc285 global.params.useOut = true; in d_init_options()
521 global.params.useOut = value; in d_handle_option()
746 global.params.useOut = false; in d_post_options()
H A Dd-codegen.cc2402 || (global.params.useOut && fd->fensure)) in build_frame_type()
2589 || (global.params.useOut && fd->fensure)) in get_frameinfo()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc563 global.params.useOut = value ? CHECKENABLEon : CHECKENABLEoff; in d_handle_option()
901 if (global.params.useOut == CHECKENABLEdefault) in d_post_options()
903 global.params.useOut = global.params.release in d_post_options()
H A Dd-codegen.cc2687 || (global.params.useOut == CHECKENABLEon && fd->fensure)) in build_frame_type()
2882 || (global.params.useOut == CHECKENABLEon && fd->fensure)) in get_frameinfo()
H A Dd-builtins.cc490 if (global.params.useOut == CHECKENABLEon) in d_init_versions()