Searched refs:make_array_index (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h291 make_array_index(Expression* array, Expression* start, Expression* end,
H A Dexpressions.cc9736 return Expression::make_array_index(left, start, end, cap, location);
9751 return Expression::make_array_index(deref, start, end, cap, location);
9858 return Expression::make_array_index(this->array_->copy(),
10345 Expression::make_array_index(Expression* array, Expression* start, function in class:Expression
H A Dtypes.cc6012 e1 = Expression::make_array_index(e1, ref, NULL, NULL, bloc);
6017 e2 = Expression::make_array_index(e2, ref, NULL, NULL, bloc);

Completed in 240 milliseconds