HomeSort by: relevance | last modified time | path
    Searched refs:array_bounds_check (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h 588 extern bool array_bounds_check (void);
d-codegen.cc 1945 if (ie->indexIsInBounds || !array_bounds_check ())
1976 if (array_bounds_check ())
2030 array_bounds_check (void) function
expr.cc 1001 if (array_bounds_check ())
1261 if (!e->indexIsInBounds && array_bounds_check ())

Completed in 57 milliseconds