Home
last modified time | relevance | path

Searched refs:rhs_origtype (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6108 location_t rhs_loc, tree rhs, tree rhs_origtype) in build_modify_expr() argument
6145 rhs_origtype); in build_modify_expr()
6187 rhs_origtype = NULL_TREE; in build_modify_expr()
6248 tree checktype = (rhs_origtype != NULL_TREE in build_modify_expr()
6249 ? rhs_origtype in build_modify_expr()
6286 rhs_origtype, ic_assign, npc, in build_modify_expr()
6323 rhs_origtype, ic_assign, false, NULL_TREE, in build_modify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc6226 location_t rhs_loc, tree rhs, tree rhs_origtype) in build_modify_expr() argument
6263 rhs_origtype); in build_modify_expr()
6305 rhs_origtype = NULL_TREE; in build_modify_expr()
6366 tree checktype = (rhs_origtype != NULL_TREE in build_modify_expr()
6367 ? rhs_origtype in build_modify_expr()
6402 rhs_origtype, ic_assign, npc, in build_modify_expr()
6439 rhs_origtype, ic_assign, false, NULL_TREE, in build_modify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20092843 (build_modify_expr): Add rhs_origtype parameter. Change all
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200927141 (build_modify_expr): Add rhs_origtype parameter. Change all callers.