Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h588 extern bool array_bounds_check (void);
H A Dd-codegen.cc1945 if (ie->indexIsInBounds || !array_bounds_check ()) in build_bounds_index_condition()
1976 if (array_bounds_check ()) in build_bounds_slice_condition()
2030 array_bounds_check (void) in array_bounds_check() function
H A DChangeLog-2020587 (array_bounds_check): Likewise.
692 * d-codegen.cc (array_bounds_check): Likewise.
H A Dexpr.cc1001 if (array_bounds_check ()) in visit()
1261 if (!e->indexIsInBounds && array_bounds_check ()) in visit()
H A DChangeLog-2021195 (array_bounds_check): Update for new front-end interface.
H A DChangeLog-2016697 (array_bounds_check): Use BOUNDSCHECK interface.
H A DChangeLog-2013600 (IRState::arrayBoundsCheck): Rename to array_bounds_check.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h564 extern bool array_bounds_check (void);
H A Dd-codegen.cc1739 if (!array_bounds_check ()) in build_bounds_condition()
1761 array_bounds_check (void) in array_bounds_check() function
H A Dexpr.cc1001 if (!postblit && !destructor && !array_bounds_check ()) in visit()
1256 if (!e->indexIsInBounds && array_bounds_check ()) in visit()