Home
last modified time | relevance | path

Searched refs:lvalue_or_else (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c6745 if (!lvalue_or_else (arg, ((code == PREINCREMENT_EXPR in cp_build_unary_op()
8461 if (!lvalue_or_else (lhs, lv_assign, complain)) in cp_build_modify_expr()
8494 if (!lvalue_or_else (lhs, lv_assign, complain)) in cp_build_modify_expr()
8666 if (!lvalue_or_else (lhs, lv_assign, complain)) in cp_build_modify_expr()
10647 lvalue_or_else (tree ref, enum lvalue_use use, tsubst_flags_t complain) in lvalue_or_else() function
H A Dcp-tree.h7692 extern int lvalue_or_else (tree, enum lvalue_use,
H A Dsemantics.c1592 if (!lvalue_or_else (operand, lv_asm, tf_warning_or_error)) in finish_asm_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c120 static int lvalue_or_else (location_t, const_tree, enum lvalue_use);
4584 && !lvalue_or_else (location, in build_unary_op()
4798 && !lvalue_or_else (location, arg, lv_addressof)) in build_unary_op()
4989 lvalue_or_else (location_t loc, const_tree ref, enum lvalue_use use) in lvalue_or_else() function
6134 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
6203 if (!lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
10530 if (!lvalue_or_else (loc, output, lv_asm)) in build_asm_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc7260 if (!lvalue_or_else (arg, ((code == PREINCREMENT_EXPR in cp_build_unary_op()
8998 if (!lvalue_or_else (lhs, lv_assign, complain)) in cp_build_modify_expr()
9031 if (!lvalue_or_else (lhs, lv_assign, complain)) in cp_build_modify_expr()
9203 if (!lvalue_or_else (lhs, lv_assign, complain)) in cp_build_modify_expr()
11254 lvalue_or_else (tree ref, enum lvalue_use use, tsubst_flags_t complain) in lvalue_or_else() function
H A DChangeLog-2004573 * cp-tree.h (lvalue_or_else): Remove declaration.
574 * tree.c (lvalue_or_else): Remove.
575 * typeck.c (build_unary_op): Adjust call to lvalue_or_else.
4999 * cp/cp-tree.h (lvalue_or_else): Add function prototype.
H A DChangeLog-20082269 (lvalue_or_else): Add SFINAE support.
2374 (lvalue_or_else): Ditto.
H A DChangeLog-20052720 * cp-tree.h (lvalue_or_else, lvalue_p): New.
2721 * typeck.c (lvalue_or_else): New. Call lvalue_error.
H A DChangeLog-20071237 invalid_nonstatic_memfn_p, lvalue_or_else, lvalue_p): Likewise.
1256 cp_has_mutable_p, lvalue_or_else): Likewise.
H A DChangeLog-20101380 * typeck.c (lvalue_or_else): Make temporary arg a permerror.
1413 * typeck.c (lvalue_or_else): Use real_lvalue_p.
H A DChangeLog-20031685 (lvalue_or_else): Simplify.
1686 * typeck.c (build_unary_op): Use lvalue_or_else, not
H A DChangeLog-2019859 (lvalue_or_else): Likewise.
1188 (lvalue_or_else): Likewise.
H A DChangeLog-19996370 * cp-tree.h (lvalue_or_else): Qualify a char* with the `const'
6373 * tree.c (lvalue_or_else): Likewise.
H A Dcp-tree.h8106 extern int lvalue_or_else (tree, enum lvalue_use,
H A DChangeLog-20093590 * typeck.c (lvalue_or_else): Likewise.
H A DChangeLog-20012350 lvalue_or_else, print_lang_statistics, comp_target_types,
H A Dsemantics.cc1863 if (!lvalue_or_else (operand, lv_asm, tf_warning_or_error)) in finish_asm_stmt()
H A DChangeLog-20115020 (lvalue_or_else): Likewise.
H A DChangeLog-20182797 * typeck.c (cp_build_addr_expr_1, lvalue_or_else): Remove diagnostic
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc124 static int lvalue_or_else (location_t, const_tree, enum lvalue_use);
4615 && !lvalue_or_else (location, in build_unary_op()
4827 && !lvalue_or_else (location, arg, lv_addressof)) in build_unary_op()
5027 lvalue_or_else (location_t loc, const_tree ref, enum lvalue_use use) in lvalue_or_else() function
6252 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
6321 if (!lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
10710 if (!lvalue_or_else (loc, output, lv_asm)) in build_asm_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20031129 lvalue_or_else, pedantic_lvalue_warning, warn_for_assignment,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog775 (build_unary_op, lvalue_or_else, readonly_warning): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog775 (build_unary_op, lvalue_or_else, readonly_warning): Likewise.
H A DChangeLog-19991975 * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
19148 build_indirect_ref, lvalue_or_else, readonly_warning, error_init,
19153 build_indirect_ref, lvalue_or_else, readonly_warning,
19161 * tree.h (lvalue_or_else, print_node, print_node_brief): Likewise.
H A DChangeLog-20043239 (lvalue_or_else): Declare.
3240 * c-common.c (lvalue_or_else): Move here from c-typeck.c.
3242 (lvalue_or_else): Remove.
10252 (lvalue_or_else, readonly_error): Use it. All callers changed.
10328 * c-typeck.c (lvalue_or_else): Pass msgid directly to error.
31088 * tree.h (lvalue_or_else): Delete function prototype.
31089 * c-typeck.c (lvalue_or_else): Make static. Add static prototype.

12