Searched refs:make_index (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h284 make_index(Expression* left, Expression* start, Expression* end,
H A Dstatements.cc5604 Expression* index = Expression::make_index(ref, ref2, NULL, NULL, loc);
5702 Expression* index = Expression::make_index(ref, ref2, NULL, NULL, loc);
5902 Expression* index = Expression::make_index(ref, zexpr, NULL, NULL, loc);
H A Dparse.cc3169 return Expression::make_index(expr, start, end, cap, location);
H A Dexpressions.cc9822 Expression::make_index(Expression* left, Expression* start, Expression* end, function in class:Expression

Completed in 282 milliseconds