Searched refs:make_unary (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc293 e = Expression::make_unary(OPERATOR_MULT, e, loc);
1187 Expression* a3 = Expression::make_unary(OPERATOR_AND, ref, loc);
1189 Expression* a4 = Expression::make_unary(OPERATOR_AND, ref, loc);
1332 Expression* p2 = Expression::make_unary(OPERATOR_AND, ref, loc);
1334 Expression* p3 = Expression::make_unary(OPERATOR_AND, ref, loc);
1465 Expression* p2 = Expression::make_unary(OPERATOR_AND, ref, loc);
1667 Expression* p3 = Expression::make_unary(OPERATOR_AND, ref, loc);
2424 thunk_parameter = Expression::make_unary(OPERATOR_MULT, thunk_parameter,
2479 Expression::make_unary(OPERATOR_MULT, thunk_param, location);
3411 cond = Expression::make_unary(OPERATOR_NO
[all...]
H A Dtypes.cc1946 t1 = Expression::make_unary(OPERATOR_MULT, t1, bloc);
1949 t2 = Expression::make_unary(OPERATOR_MULT, t2, bloc);
2034 vals->push_back(Expression::make_unary(OPERATOR_AND, s, bloc));
2063 z = Expression::make_unary(OPERATOR_AND, z, bloc);
2255 vals->push_back(Expression::make_unary(OPERATOR_AND, s, bloc));
2289 vals->push_back(Expression::make_unary(OPERATOR_AND, s, bloc));
2303 return Expression::make_unary(OPERATOR_AND, r, bloc);
2392 vals->push_back(Expression::make_unary(OPERATOR_AND, s, bloc));
2402 vals->push_back(Expression::make_unary(OPERATOR_AND, s, bloc));
4974 here = Expression::make_unary(OPERATOR_MUL
[all...]
H A Dexpressions.cc290 Expression::make_unary(OPERATOR_MULT, mtable, location);
395 obj = Expression::make_unary(OPERATOR_MULT, obj, location);
4310 return Expression::make_unary(op, expr, imp->location());
4327 Expression::make_unary(Operator op, Expression* expr, Location location) function in class:Expression
5068 ret = Expression::make_unary(OPERATOR_NOT, ret, loc);
5112 ret = Expression::make_unary(OPERATOR_NOT, ret, loc);
5258 expr = Expression::make_unary(OPERATOR_AND, expr, loc);
5692 this->right_ = Expression::make_unary(OPERATOR_XOR, this->right_, loc);
5851 Expression::make_unary(OPERATOR_MINUS, this->left_, loc);
6125 pointer_arg = Expression::make_unary(OPERATOR_AN
[all...]
H A Dexpressions.h140 make_unary(Operator, Expression*, Location);
1426 return Expression::make_unary(this->op_, this->expr_->copy(),
H A Dparse.cc2621 closure_ref = Expression::make_unary(OPERATOR_MULT, closure_ref, location);
2628 e = Expression::make_unary(OPERATOR_MULT, e, location);
2918 Expression* refaddr = Expression::make_unary(OPERATOR_AND, ref,
3515 expr = Expression::make_unary(op, expr, location);
H A Dgogo.cc767 Expression::make_unary(OPERATOR_AND, decl, no_loc);
807 Expression* root_addr = Expression::make_unary(OPERATOR_AND, root_list_ctor,
3307 cond = Expression::make_unary(OPERATOR_NOT, cond, loc);
4788 return Expression::make_unary(OPERATOR_AND, ref, location);
5173 parm_ref = Expression::make_unary(OPERATOR_MULT, parm_ref, loc);

Completed in 296 milliseconds