Home
last modified time | relevance | path

Searched defs:indexIsInBounds (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h1093 bool indexIsInBounds; // true if 0 <= e2 && e2 <= e1.length - 1 variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h1019 bool indexIsInBounds; // true if 0 <= e2 && e2 <= e1.length - 1 variable
H A Dconstfold.d1223 UnionExp Index(Type type, Expression e1, Expression e2, bool indexIsInBounds) in Index()
H A Dexpression.d5825 bool indexIsInBounds; // true if 0 <= e2 && e2 <= e1.length - 1 variable
5833 extern (D) this(const ref Loc loc, Expression e1, Expression e2, bool indexIsInBounds) in this()