Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h127 bool adjust_array_error_bounds; member
H A Dtree-inline.c559 if (id->adjust_array_error_bounds in remap_type_1()
H A Domp-low.c954 ctx->cb.adjust_array_error_bounds = true; in new_omp_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.h127 bool adjust_array_error_bounds; member
H A Dtree-inline.cc539 if (id->adjust_array_error_bounds in remap_type_1()
H A Domp-low.cc993 ctx->cb.adjust_array_error_bounds = true; in new_omp_context()
H A DChangeLog-201931291 Move ctx->cb.adjust_array_error_bounds setting to the outermost ctx
35702 * tree-inline.h (struct copy_body_data): Add adjust_array_error_bounds
35706 a dummy "omp dummy var" variable if id->adjust_array_error_bounds.
35707 * omp-low.c (new_omp_context): Set cb.adjust_array_error_bounds.
H A DChangeLog-202025072 Move id->adjust_array_error_bounds check first in the condition.