Searched refs:convert_for_assignment (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c60 static tree convert_for_assignment PROTO((tree, tree, const char *, tree,
1776 parmval = convert_for_assignment (type, val,
1915 so that convert_for_assignment wouldn't strip it.
3998 newrhs = convert_for_assignment (lhstype, newrhs, _("assignment"),
4013 return convert_for_assignment (olhstype, result, _("assignment"), function
4032 convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum)
4885 /* Note that convert_for_assignment calls default_conversion
4889 = convert_for_assignment (type, init, _("initialization"),
6849 tree t = convert_for_assignment (valtype, retval, _("return"),
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c74 diagnostic messages in convert_for_assignment. */
115 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3341 parmval = convert_for_assignment (loc, ploc, type,
3773 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type,
5474 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
5511 result = convert_for_assignment (location, rhs_loc, olhstype, result,
5720 convert_for_assignment (location_t location, location_t expr_loc, tree type,
5925 rhs = convert_for_assignment (location, expr_loc,
6905 inside_init = convert_for_assignment (init_loc, UNKNOWN_LOCATION,
6926 = convert_for_assignment (init_lo
5698 convert_for_assignment (location_t location, location_t expr_loc, tree type, function
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c42 static tree convert_for_assignment PROTO((tree, tree, const char *, tree,
6251 newrhs = convert_for_assignment (olhstype, newrhs, "assignment",
6256 newrhs = convert_for_assignment (lhstype, newrhs, "assignment",
6331 return convert_for_assignment (olhstype, result, "assignment",
6726 convert_for_assignment (type, rhs, errtype, fndecl, parmnum)
7135 `convert_for_assignment' and `convert_for_initialization'
7250 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum);
6709 convert_for_assignment (type, rhs, errtype, fndecl, parmnum) function
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc136 Expression::convert_for_assignment(Gogo* gogo, Type* lhs_type, function in class:Expression
3349 Expression::convert_for_assignment(gogo, type, this->expr_,
3426 Expression::convert_for_assignment(gogo, type, this->expr_, loc);
8288 arg = Expression::convert_for_assignment(gogo, empty, arg, location);
8306 nil = Expression::convert_for_assignment(gogo, empty, nil, location);
8911 arg = Expression::convert_for_assignment(gogo, pp->type(), arg,
9374 Expression::convert_for_assignment(gogo, pp->type(), *pe,
10684 this->index_ = Expression::convert_for_assignment(gogo, mt->key_type(),
11969 Expression::convert_for_assignment(gogo, pf->type(),
12261 Expression::convert_for_assignment(gog
[all...]
H A Dexpressions.h782 convert_for_assignment(Gogo*, Type* lhs_type, Expression* rhs,
H A Dstatements.cc465 Expression* init = Expression::convert_for_assignment(context->gogo(),
670 Expression::convert_for_assignment(context->gogo(), this->lhs_->type(),
4485 Expression* val = Expression::convert_for_assignment(context->gogo(),
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c59 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
7649 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN,
8089 convert_for_assignment (tree type, tree rhs,
8295 `convert_for_assignment' and `convert_for_initialization'
8377 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
8075 convert_for_assignment (tree type, tree rhs, function

Completed in 307 milliseconds