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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c50 diagnostic messages in convert_for_assignment. */
88 static tree convert_for_assignment (tree, tree, enum impl_conv, tree, tree,
2589 parmval = convert_for_assignment (type, val, ic_argpass,
3751 newrhs = convert_for_assignment (lhstype, newrhs, ic_assign,
3776 return convert_for_assignment (olhstype, result, ic_assign,
3793 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype,
4291 ret = convert_for_assignment (type, value,
4779 inside_init = convert_for_assignment (type, inside_init, ic_init, NULL_TREE,
4795 = convert_for_assignment (type, init, ic_init,
7011 tree t = convert_for_assignment (valtyp
3772 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype, function
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c47 static tree convert_for_assignment (tree, tree, const char *, tree, int);
5857 newrhs = convert_for_assignment (olhstype, newrhs, "assignment",
5862 newrhs = convert_for_assignment (lhstype, newrhs, "assignment",
5908 return convert_for_assignment (olhstype, result, "assignment",
6233 convert_for_assignment (tree type, tree rhs,
6356 `convert_for_assignment' and `convert_for_initialization'
6437 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum);
6218 convert_for_assignment (tree type, tree rhs, function

Completed in 154 milliseconds