Home
last modified time | relevance | path

Searched refs:objc_maybe_build_modify_expr (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h165 extern tree objc_maybe_build_modify_expr (tree, tree);
H A Dstub-objc.cc351 objc_maybe_build_modify_expr (tree ARG_UNUSED (lhs), tree ARG_UNUSED (rhs)) in objc_maybe_build_modify_expr() function
H A DChangeLog12625 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
12632 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h157 extern tree objc_maybe_build_modify_expr (tree, tree);
H A Dstub-objc.c350 objc_maybe_build_modify_expr (tree ARG_UNUSED (lhs), tree ARG_UNUSED (rhs)) in objc_maybe_build_modify_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog208 * objc-act.c (objc_maybe_build_modify_expr): Replace direct uses
1370 * objc-act.c (objc_maybe_build_modify_expr): If 'rhs' has side
1832 (objc_maybe_build_modify_expr): Rewritten to build a compound
1835 objc_maybe_build_modify_expr to call objc_build_setter_call
2099 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
2106 earlier, in objc_maybe_build_modify_expr, which will only generate
H A Dobjc-act.cc1927 objc_maybe_build_modify_expr (tree lhs, tree rhs) in objc_maybe_build_modify_expr() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c8582 result = objc_maybe_build_modify_expr (lhs, rhs); in cp_build_modify_expr()
8656 result = objc_maybe_build_modify_expr (lhs, newrhs); in cp_build_modify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc9119 result = objc_maybe_build_modify_expr (lhs, rhs); in cp_build_modify_expr()
9193 result = objc_maybe_build_modify_expr (lhs, newrhs); in cp_build_modify_expr()
H A DChangeLog-2010822 (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6196 result = objc_maybe_build_modify_expr (lhs, TREE_OPERAND (newrhs, 0)); in build_modify_expr()
6198 result = objc_maybe_build_modify_expr (lhs, newrhs); in build_modify_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1864 objc_maybe_build_modify_expr (tree lhs, tree rhs) in objc_maybe_build_modify_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc6314 result = objc_maybe_build_modify_expr (lhs, TREE_OPERAND (newrhs, 0)); in build_modify_expr()
6316 result = objc_maybe_build_modify_expr (lhs, newrhs); in build_modify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20107770 (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead