Home
last modified time | relevance | path

Searched refs:cxx_readonly_error (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20181728 * cp-tree.h (cxx_readonly_error): Add location_t argument.
1729 * typeck2.c (cxx_readonly_error): Add LOC argument, pass it to
1733 * typeck.c (cp_build_unary_op): Pass location to cxx_readonly_error.
1734 (cp_build_modify_expr): Pass loc to cxx_readonly_error.
1736 cxx_readonly_error.
2997 * typeck2.c (cxx_readonly_error, store_init_value,
H A Dtypeck2.cc72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error() function
H A DChangeLog-2013395 * typeck2.c (cxx_readonly_error): Pass location argument to
3425 * typeck2.c (cxx_readonly_error): Likewise.
3539 * typeck2.c (cxx_readonly_error): Likewise.
H A DChangeLog-2010139 (cxx_readonly_error): ...this. Change second argument to be an
141 * semantics.c (finish_asm_stmt): Call cxx_readonly_error.
145 (cxx_readonly_error): ...this. Delegate to readonly_error for
H A Dtypeck.cc7179 cxx_readonly_error (location, arg, in cp_build_unary_op()
9219 cxx_readonly_error (loc, lhs, lv_assign); in cp_build_modify_expr()
H A Dcp-tree.h8165 extern void cxx_readonly_error (location_t, tree,
H A Dsemantics.cc1876 cxx_readonly_error (loc, operand, lv_asm); in finish_asm_stmt()
H A DChangeLog-2017179 * typeck.c (cp_build_modify_expr): Upon cxx_readonly_error
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error() function
H A Dtypeck.c6664 cxx_readonly_error (location, arg, in cp_build_unary_op()
8682 cxx_readonly_error (loc, lhs, lv_assign); in cp_build_modify_expr()
H A Dcp-tree.h7746 extern void cxx_readonly_error (location_t, tree,
H A Dsemantics.c1605 cxx_readonly_error (loc, operand, lv_asm); in finish_asm_stmt()