Searched refs:readonly_error (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | c-typeck.c | 109 static void readonly_error (tree, enum lvalue_use); 3096 readonly_error (arg, in build_unary_op() 3232 readonly_error (tree arg, enum lvalue_use use) in readonly_error() function 3245 readonly_error (TREE_OPERAND (arg, 0), use); in readonly_error() 4004 readonly_error (lhs, lv_assign); in build_modify_expr() 7228 readonly_error (output, lv_asm); in build_asm_expr()
|
| 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.
|
| D | ChangeLog-2006 | 15155 a readonly_error.
|
| D | ChangeLog-2005 | 6232 * c-typeck.c (readonly_error): Handle USE being lv_asm. 15890 * c-typeck.c (readonly_error, convert_for_assignment): Likewise.
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | typeck2.c | 76 readonly_error (tree arg, const char* string, int soft) in readonly_error() function
|
| D | semantics.c | 1263 readonly_error (operand, "assignment (via 'asm' output)", 0); in finish_asm_stmt()
|
| D | typeck.c | 4271 readonly_error (arg, ((code == PREINCREMENT_EXPR in build_unary_op() 5912 readonly_error (lhs, "assignment", 0); in build_modify_expr()
|
| D | cp-tree.h | 4577 extern void readonly_error (tree, const char *, int);
|
| D | ChangeLog-1999 | 5759 (convert_for_initialization, readonly_error, check_for_new_type, 5828 (readonly_error, check_for_new_type): Const-ify a char*.
|
| D | ChangeLog | 4422 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are 5310 * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
|
| D | ChangeLog-1996 | 2767 (readonly_error): Likewise.
|
| D | ChangeLog-2004 | 1335 * typeck2.c (error_not_base_type, readonly_error,
|
| D | ChangeLog-2000 | 6768 * typeck2.c (readonly_error, abstract_virtuals_error,
|
| D | ChangeLog-1994 | 1748 * cvt.c (build_up_reference): Don't call readonly_error.
|
| D | ChangeLog-1998 | 1879 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
|