Searched refs:useArrayBounds (Results 1 – 9 of 9) sorted by relevance
286 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()
477 if (global.params.useArrayBounds == BOUNDSCHECKoff) in d_init_versions()
1765 switch (global.params.useArrayBounds) in array_bounds_check()
141 BOUNDSCHECK useArrayBounds; // when to generate code for array bounds checks member
441 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()
496 if (global.params.useArrayBounds == CHECKENABLEoff) in d_init_versions()
2034 switch (global.params.useArrayBounds) in array_bounds_check()
171 CHECKENABLE useArrayBounds; // when to generate code for array bounds checks member
193 …CHECKENABLE useArrayBounds = CHECKENABLE._default; // when to generate code for array bounds chec… variable