Searched refs:cxx_readonly_error (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2018 | 1728 * 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 D | typeck2.cc | 72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error() function
|
H A D | ChangeLog-2013 | 395 * 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 D | ChangeLog-2010 | 139 (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 D | typeck.cc | 7179 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 D | cp-tree.h | 8165 extern void cxx_readonly_error (location_t, tree,
|
H A D | semantics.cc | 1876 cxx_readonly_error (loc, operand, lv_asm); in finish_asm_stmt()
|
H A D | ChangeLog-2017 | 179 * typeck.c (cp_build_modify_expr): Upon cxx_readonly_error
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error() function
|
H A D | typeck.c | 6664 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 D | cp-tree.h | 7746 extern void cxx_readonly_error (location_t, tree,
|
H A D | semantics.c | 1605 cxx_readonly_error (loc, operand, lv_asm); in finish_asm_stmt()
|