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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc696 convert_for_assignment (tree expr, Type *etype, Type *totype) function
718 tree value = convert_for_assignment (expr, etype, sa_type->next);
H A Dd-tree.h586 extern tree convert_for_assignment (tree, Type *, Type *);
H A Dexpr.cc1047 tree t2 = convert_for_assignment (build_expr (e->e2),
1068 tree t2 = convert_for_assignment (build_expr (e->e2),
1124 tree t2 = convert_for_assignment (build_expr (e->e2),
1150 tree t2 = convert_for_assignment (build_expr (e->e2),
1194 tree t2 = convert_for_assignment (build_expr (e->e2),
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc698 convert_for_assignment (tree expr, Type *etype, Type *totype) function
720 tree value = convert_for_assignment (expr, etype, sa_type->next);
H A Dd-tree.h603 extern tree convert_for_assignment (tree, Type *, Type *);
H A Dexpr.cc1060 tree t2 = convert_for_assignment (build_expr (e->e2),
1081 tree t2 = convert_for_assignment (build_expr (e->e2, false, true),
1160 tree t2 = convert_for_assignment (build_expr (e->e2),
1195 tree t2 = convert_for_assignment (build_expr (e->e2),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c57 diagnostic messages in convert_for_assignment. */
99 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3274 WARNOPT is the same as in convert_for_assignment. */
3435 tree parmval = convert_for_assignment (ploc, ploc, type,
4338 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type,
6304 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
6341 result = convert_for_assignment (location, rhs_loc, olhstype, result,
6662 convert_for_assignment (location_t location, location_t expr_loc, tree type,
6913 rhs = convert_for_assignment (location, expr_loc,
8063 inside_init = convert_for_assignment (init_lo
6641 convert_for_assignment (location_t location, location_t expr_loc, tree type, function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc57 and control folding initializers in convert_for_assignment. */
103 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3299 WARNOPT is the same as in convert_for_assignment. */
3460 tree parmval = convert_for_assignment (ploc, ploc, type,
4369 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type,
6420 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
6457 result = convert_for_assignment (location, rhs_loc, olhstype, result,
6778 convert_for_assignment (location_t location, location_t expr_loc, tree type,
7025 rhs = convert_for_assignment (location, expr_loc,
8238 inside_init = convert_for_assignment (init_lo
6757 convert_for_assignment (location_t location, location_t expr_loc, tree type, function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c48 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
8781 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN,
9242 convert_for_assignment (tree type, tree rhs,
9355 return convert_for_assignment (type, r, errtype, fndecl,
9482 `convert_for_assignment' and `convert_for_initialization'
9564 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
9228 convert_for_assignment (tree type, tree rhs, function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc48 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
9310 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN,
9783 convert_for_assignment (tree type, tree rhs,
9896 return convert_for_assignment (type, r, errtype, fndecl,
10023 `convert_for_assignment' and `convert_for_initialization'
10105 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
9769 convert_for_assignment (tree type, tree rhs, function

Completed in 342 milliseconds