Home
last modified time | relevance | path

Searched refs:useArrayBounds (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc286 global.params.useArrayBounds = BOUNDSCHECKdefault; in d_init_options()
343 opts->x_flag_bounds_check = global.params.useArrayBounds; in d_init_options_struct()
431 global.params.useArrayBounds = value in d_handle_option()
436 global.params.useArrayBounds = (value == 2) ? BOUNDSCHECKon in d_handle_option()
730 if (global.params.useArrayBounds == BOUNDSCHECKdefault) in d_post_options()
732 global.params.useArrayBounds = global.params.release in d_post_options()
H A Dd-builtins.cc477 if (global.params.useArrayBounds == BOUNDSCHECKoff) in d_init_versions()
H A Dd-codegen.cc1765 switch (global.params.useArrayBounds) in array_bounds_check()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h141 BOUNDSCHECK useArrayBounds; // when to generate code for array bounds checks member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc441 global.params.useArrayBounds = value ? CHECKENABLEon : CHECKENABLEoff; in d_handle_option()
445 global.params.useArrayBounds = (value == 2) ? CHECKENABLEon in d_handle_option()
865 if (global.params.useArrayBounds == CHECKENABLEdefault) in d_post_options()
867 global.params.useArrayBounds = global.params.release in d_post_options()
940 flag_bounds_check = (global.params.useArrayBounds == CHECKENABLEon); in d_post_options()
H A Dd-builtins.cc496 if (global.params.useArrayBounds == CHECKENABLEoff) in d_init_versions()
H A Dd-codegen.cc2034 switch (global.params.useArrayBounds) in array_bounds_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h171 CHECKENABLE useArrayBounds; // when to generate code for array bounds checks member
H A Dglobals.d193 …CHECKENABLE useArrayBounds = CHECKENABLE._default; // when to generate code for array bounds chec… variable