/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1335 extern void readonly_error (location_t, tree, enum lvalue_use);
|
H A D | c-warn.c | 1822 readonly_error (location_t loc, tree arg, enum lvalue_use use) in readonly_error() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1442 extern void readonly_error (location_t, tree, enum lvalue_use);
|
H A D | c-warn.cc | 1824 readonly_error (location_t loc, tree arg, enum lvalue_use use) in readonly_error() function
|
H A D | ChangeLog | 3619 (readonly_error): Strip any location wrapper. 6188 (readonly_error): Likewise. 10120 * c-common.c (readonly_error): Add location argument. 10121 * c-common.h (readonly_error): Same. 12396 * c-common.h (readonly_error): Declare. 12397 * c-common.c (readonly_error): Define.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2007 | 1516 * typeck2.c (readonly_error): Handle general expressions. 2830 * typeck2.c (readonly_error): Always emit a hard error. 2832 * cp-tree.h (readonly_error): Adjust prototype. 2833 * semantics.c (finish_asm_stmt): Adjust call to readonly_error.
|
H A D | typeck2.cc | 123 readonly_error (loc, arg, errstring); in cxx_readonly_error()
|
H A D | ChangeLog-2009 | 240 (readonly_error): Adjust prototype with new argument. 241 * typeck2.c (readonly_error): Accept readonly_error_kind as argument 243 * semantics.c (finish_asm_stmt): Adjust readonly_error call.
|
H A D | ChangeLog-2010 | 138 (readonly_error): Rename to... 144 * typeck2.c (readonly_error): Rename to... 145 (cxx_readonly_error): ...this. Delegate to readonly_error for
|
H A D | ChangeLog-2005 | 838 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are 1726 * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
|
H A D | ChangeLog-1999 | 5759 (convert_for_initialization, readonly_error, check_for_new_type, 5828 (readonly_error, check_for_new_type): Const-ify a char*.
|
H A D | ChangeLog-2013 | 396 readonly_error.
|
H A D | ChangeLog-1996 | 2767 (readonly_error): Likewise.
|
H A D | ChangeLog-2018 | 1730 ERROR_FOR_ASSIGNMENT macro and readonly_error. Add LOC argument
|
H A D | ChangeLog-2004 | 1335 * typeck2.c (error_not_base_type, readonly_error,
|
H A D | ChangeLog-1994 | 1748 * cvt.c (build_up_reference): Don't call readonly_error.
|
H A D | ChangeLog-2000 | 6768 * typeck2.c (readonly_error, abstract_virtuals_error,
|
H A D | ChangeLog-1998 | 1879 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 123 readonly_error (loc, arg, errstring); in cxx_readonly_error()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 4733 readonly_error (location, arg, in build_unary_op() 6213 readonly_error (location, lhs, lv_assign); in build_modify_expr() 10538 readonly_error (loc, output, lv_asm); in build_asm_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 4764 readonly_error (location, arg, in build_unary_op() 6331 readonly_error (location, lhs, lv_assign); in build_modify_expr() 10718 readonly_error (loc, output, lv_asm); in build_asm_expr()
|
H A D | ChangeLog | 7635 readonly_error.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 10250 * c-tree.h (readonly_error): Remove. 10252 (lvalue_or_else, readonly_error): Use it. All callers changed. 10253 (readonly_error): Make static. 40050 (readonly_error): ... this. 40053 (readonly_error): ... this and issue errors, not warnings. 40054 (build_modify_expr): Call readonly_error, not readonly_warning.
|
H A D | ChangeLog-2005 | 6232 * c-typeck.c (readonly_error): Handle USE being lv_asm. 15889 * c-typeck.c (readonly_error, convert_for_assignment): Likewise.
|
H A D | ChangeLog-2006 | 22240 a readonly_error.
|