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.cc775 convert_for_assignment (Expression *expr, Type *totype, bool literalp) function
797 tree value = convert_for_assignment (expr, sa_type->next,
H A Dd-tree.h609 extern tree convert_for_assignment (Expression *, Type *, bool = false);
H A Dexpr.cc1060 tree t2 = convert_for_assignment (e->e2, e->e1->type);
1080 tree t2 = convert_for_assignment (e->e2, e->e1->type, true);
1158 tree t2 = convert_for_assignment (e->e2, e->e1->type);
1192 tree t2 = convert_for_assignment (e->e2, e->e1->type);
/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,
9320 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN,
9793 convert_for_assignment (tree type, tree rhs,
9906 return convert_for_assignment (type, r, errtype, fndecl,
10033 `convert_for_assignment' and `convert_for_initialization'
10115 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
9779 convert_for_assignment (tree type, tree rhs, function

Completed in 235 milliseconds