| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-tree.h | 273 extern void readonly_error PARAMS ((tree, const char *));
|
| H A D | c-typeck.c | 2969 readonly_error (arg, 3253 readonly_error (arg, msgid) in readonly_error() function 3260 readonly_error (TREE_OPERAND (arg, 0), msgid); 3956 readonly_error (lhs, "assignment"); 7058 readonly_error (o[i], "modification by `asm'");
|
| H A D | ChangeLog | 1088 (readonly_error): ... this. 1091 (readonly_error): ... this and issue errors, not warnings. 1092 (build_modify_expr): Call readonly_error, not readonly_warning.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 105 static void readonly_error (tree, enum lvalue_use); 3004 readonly_error (arg, in build_unary_op() 3140 readonly_error (tree arg, enum lvalue_use use) in readonly_error() function 3153 readonly_error (TREE_OPERAND (arg, 0), use); in readonly_error() 3727 readonly_error (lhs, lv_assign); in build_modify_expr() 6892 readonly_error (output, lv_asm); in build_asm_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck2.c | 77 readonly_error (arg, string, soft) in readonly_error() function
|
| H A D | typeck.c | 4080 readonly_error (arg, ((code == PREINCREMENT_EXPR 5434 readonly_error (lhs, "assignment", 0); 6156 readonly_error (o[i], "modification by `asm'", 1);
|
| H A D | cp-tree.h | 4464 extern void readonly_error PARAMS ((tree, const char *, int));
|
| H A D | ChangeLog.2 | 5759 (convert_for_initialization, readonly_error, check_for_new_type, 5828 (readonly_error, check_for_new_type): Const-ify a char*. 8667 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs. 19045 (readonly_error): Likewise.
|
| H A D | ChangeLog.1 | 5188 * cvt.c (build_up_reference): Don't call readonly_error.
|
| H A D | ChangeLog | 16640 * typeck2.c (readonly_error, abstract_virtuals_error,
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck2.c | 76 readonly_error (tree arg, const char* string, int soft) in readonly_error() function
|
| H A D | typeck.c | 4138 readonly_error (arg, ((code == PREINCREMENT_EXPR in build_unary_op() 5732 readonly_error (lhs, "assignment", 0); in build_modify_expr()
|
| H A D | semantics.c | 1239 readonly_error (operand, "assignment (via 'asm' output)", 0); in finish_asm_stmt()
|
| H A D | cp-tree.h | 4516 extern void readonly_error (tree, const char *, int);
|
| H A D | ChangeLog | 4353 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are 5241 * 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-1996 | 2767 (readonly_error): Likewise.
|
| H A D | ChangeLog-2004 | 1335 * typeck2.c (error_not_base_type, readonly_error,
|
| H A D | ChangeLog-2000 | 6768 * typeck2.c (readonly_error, abstract_virtuals_error,
|
| H A D | ChangeLog-1994 | 1748 * cvt.c (build_up_reference): Don't call readonly_error.
|
| H A D | ChangeLog-1998 | 1879 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
|