Home
last modified time | relevance | path

Searched refs:convert_for_assignment (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog54 (convert_for_assignment): Update signature. Add check whether
57 * d-tree.h (convert_for_assignment): Update signature.
60 convert_for_assignment.
336 (convert_for_assignment): Return calling convert_for_rvalue.
H A Dd-convert.cc775 convert_for_assignment (Expression *expr, Type *totype, bool literalp) in convert_for_assignment() function
797 tree value = convert_for_assignment (expr, sa_type->next, in convert_for_assignment()
H A DChangeLog-2015153 * d-codegen.cc (convert_for_assignment): Use size_type_node for index.
343 * d-codegen.cc (convert_for_assignment): Remove handling of zero
377 * d-codegen.cc (convert_for_assignment): Use VAR_P.
H A Dd-tree.h609 extern tree convert_for_assignment (Expression *, Type *, bool = false);
H A DChangeLog-201382 (convert_for_assignment): Likewise.
551 * d-codegen.cc (convert_for_assignment): Use memset to implement front
554 call convert_for_assignment.
596 (IRState::convertForAssignment): Rename to convert_for_assignment.
H A Dexpr.cc1060 tree t2 = convert_for_assignment (e->e2, e->e1->type); in visit()
1080 tree t2 = convert_for_assignment (e->e2, e->e1->type, true); in visit()
1158 tree t2 = convert_for_assignment (e->e2, e->e1->type); in visit()
1192 tree t2 = convert_for_assignment (e->e2, e->e1->type); in visit()
H A DChangeLog-2017170 * d-convert.cc (convert_for_assignment): Allow static arrays to be
764 (convert_for_assignment): Likewise.
H A DChangeLog-2014125 (convert_for_assignment): Use d_types_same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc696 convert_for_assignment (tree expr, Type *etype, Type *totype) in convert_for_assignment() function
718 tree value = convert_for_assignment (expr, etype, sa_type->next); in convert_for_assignment()
H A Dexpr.cc1047 tree t2 = convert_for_assignment (build_expr (e->e2), in visit()
1068 tree t2 = convert_for_assignment (build_expr (e->e2), in visit()
1124 tree t2 = convert_for_assignment (build_expr (e->e2), in visit()
1150 tree t2 = convert_for_assignment (build_expr (e->e2), in visit()
1194 tree t2 = convert_for_assignment (build_expr (e->e2), in visit()
H A Dd-tree.h586 extern tree convert_for_assignment (tree, Type *, Type *);
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog385 (convert_for_assignment): Handle ic_init_const like ic_init. Add
387 (digest_init): Pass ic_init_const to convert_for_assignment for
543 (convert_for_assignment): Update warnings for C2X when converting from
748 * c-typeck.c (convert_for_assignment): Test fndecl_built_in_p to
761 * c-typeck.c (convert_for_assignment): Do not warn on pointer
1115 (convert_for_assignment): Likewise.
1307 * c-typeck.c (convert_for_assignment): If -Wscalar-storage-order is
2013 * c-typeck.c (convert_for_assignment): Handle Wenum-conversion.
2468 * c-typeck.c (convert_for_assignment): Upate the
2480 * c-typeck.c (convert_for_assignment): Fix a comment typo.
[all …]
H A Dc-typeck.cc103 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3449 tree parmval = convert_for_assignment (ploc, ploc, type, in convert_argument()
4355 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type, in build_atomic_assign()
6401 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs, in build_modify_expr()
6438 result = convert_for_assignment (location, rhs_loc, olhstype, result, in build_modify_expr()
6757 convert_for_assignment (location_t location, location_t expr_loc, tree type, in convert_for_assignment() function
7004 rhs = convert_for_assignment (location, expr_loc, in convert_for_assignment()
8214 inside_init = convert_for_assignment (init_loc, UNKNOWN_LOCATION, in digest_init()
8237 = convert_for_assignment (init_loc, UNKNOWN_LOCATION, type, in digest_init()
10916 tree t = convert_for_assignment (loc, UNKNOWN_LOCATION, valtype, in c_finish_return()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1993150 * cp-typeck.c (convert_for_assignment): Add missing argument to
284 * cp-typeck.c (convert_for_assignment): Likewise.
507 * cp-typeck.c (convert_for_assignment): Likewise.
H A DChangeLog-201839 * typeck.c (convert_for_assignment): Likewise.
79 * typeck.c (convert_for_assignment): Capture location of rhs
193 (convert_for_assignment): Don't strip location wrappers when
446 (convert_for_assignment): When complaining about bad conversions
1564 convert_for_assignment.
1571 * typeck.c (convert_for_assignment): Split out one error-handling
1886 (convert_for_assignment): Likewise.
1905 * typeck.c (convert_for_assignment): Add type label to
3410 * typeck.c (convert_for_assignment): When complaining due to
3779 * typeck.c (convert_for_assignment): When complaining due to
[all …]
H A DChangeLog-1994233 * typeck.c (convert_for_assignment): Handle conversions between
249 * typeck.c (convert_for_assignment): Use cp_convert instead of
921 * typeck.c (convert_for_assignment): Handle conversion of pmfs to
1435 * typeck.c (convert_for_assignment): Don't die when comparing
2205 (convert_for_assignment): Check const parity on the ultimate target
2255 * typeck.c (convert_for_assignment): Complain about changing
2263 * typeck.c (convert_for_assignment): Don't complain about assigning
3294 * typeck.c (convert_for_assignment): Change warnings to pedwarns for
3991 * typeck.c (convert_for_assignment): Don't pedwarn about
4000 * typeck.c (convert_for_assignment): Likewise.
[all …]
H A DChangeLog-20121589 * typeck.c (convert_for_assignment): Don't decay CONST_DECL.
1740 convert_for_assignment): Adjust.
2154 * typeck.c (convert_for_assignment): Replace
2192 build_static_cast_1, build_ptrmemfunc, convert_for_assignment):
H A DChangeLog-20091309 (convert_for_assignment): Likewise.
1596 * typeck.c (convert_for_assignment): Do not warn for any boolean
2349 * typeck.c (convert_for_assignment): Pass flags.
2548 * typeck.c (convert_for_assignment): Take flags parm, pass it to
2550 (cp_build_modify_expr): Pass flags to convert_for_assignment.
H A DChangeLog-1996162 * typeck.c (convert_for_assignment): Also handle anachronistic
349 * typeck.c (convert_for_assignment): Handle anachronistic implicit
939 * typeck.c (convert_for_assignment): Don't say contravariance for
1202 * typeck.c (convert_for_assignment): Likewise. Don't produce
1957 (convert_for_assignment): Removed some obsolete code.
2458 * typeck.c (mark_addressable, convert_for_assignment,
H A DChangeLog-19951617 * typeck.c (convert_for_assignment): Likewise.
2331 (convert_for_assignment): Fix pmf support.
2476 * typeck.c (convert_for_assignment): Check types when assigning one
3434 * typeck.c (convert_for_assignment): Initialize variable before use.
3711 * typeck.c (convert_for_assignment): Complain about contravariance
3723 * typeck.c (convert_for_assignment): Converting pointers to bool
H A DChangeLog-1998297 * typeck.c (convert_for_assignment): Likewise.
900 (convert_for_assignment): Likewise.
1022 (convert_for_assignment): Also do default_conversion on overloaded
1705 * typeck.c (convert_for_assignment): Likewise.
2424 * typeck.c (convert_for_assignment): Converting from pm of vbase
2478 (convert_for_assignment): Use it.
2540 (convert_for_assignment): Warn about converting NULL to an
3167 * typeck.c (convert_for_assignment): Use comptypes.
4836 (convert_for_assignment): Check for TREE_LIST before accessing
5083 (convert_for_assignment): Fix handling of pmfs.
H A Dtypeck.cc48 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
9306 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN, in cp_build_modify_expr()
9779 convert_for_assignment (tree type, tree rhs, in convert_for_assignment() function
9892 return convert_for_assignment (type, r, errtype, fndecl, in convert_for_assignment()
10101 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum, in convert_for_initialization()
H A DChangeLog-1999629 * typeck.c (convert_for_assignment): Expand comment about
1776 (convert_for_assignment): Do not return error when converting
4167 (convert_for_assignment): Use new conversion functions.
4934 * typeck.c (decay_conversion, build_c_cast, convert_for_assignment,
4955 (convert_for_assignment): Check for OFFSET_REF, not OFFSET_TYPE,
5820 (convert_for_assignment): Const-ify a char*.
6304 * typeck.c (convert_for_assignment): Allow boolean integral constant
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c99 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3424 tree parmval = convert_for_assignment (ploc, ploc, type, in convert_argument()
4324 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type, in build_atomic_assign()
6285 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs, in build_modify_expr()
6322 result = convert_for_assignment (location, rhs_loc, olhstype, result, in build_modify_expr()
6641 convert_for_assignment (location_t location, location_t expr_loc, tree type, in convert_for_assignment() function
6892 rhs = convert_for_assignment (location, expr_loc, in convert_for_assignment()
8039 inside_init = convert_for_assignment (init_loc, UNKNOWN_LOCATION, in digest_init()
8060 = convert_for_assignment (init_loc, UNKNOWN_LOCATION, type, in digest_init()
10731 tree t = convert_for_assignment (loc, UNKNOWN_LOCATION, valtype, in c_finish_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c48 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
8767 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN, in cp_build_modify_expr()
9228 convert_for_assignment (tree type, tree rhs, in convert_for_assignment() function
9341 return convert_for_assignment (type, r, errtype, fndecl, in convert_for_assignment()
9550 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum, in convert_for_initialization()

123