Home
last modified time | relevance | path

Searched refs:readonly_error (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dc-typeck.c109 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()
DChangeLog-200410250 * 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.
DChangeLog-200615155 a readonly_error.
DChangeLog-20056232 * 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/
Dtypeck2.c76 readonly_error (tree arg, const char* string, int soft) in readonly_error() function
Dsemantics.c1263 readonly_error (operand, "assignment (via 'asm' output)", 0); in finish_asm_stmt()
Dtypeck.c4271 readonly_error (arg, ((code == PREINCREMENT_EXPR in build_unary_op()
5912 readonly_error (lhs, "assignment", 0); in build_modify_expr()
Dcp-tree.h4577 extern void readonly_error (tree, const char *, int);
DChangeLog-19995759 (convert_for_initialization, readonly_error, check_for_new_type,
5828 (readonly_error, check_for_new_type): Const-ify a char*.
DChangeLog4422 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
5310 * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
DChangeLog-19962767 (readonly_error): Likewise.
DChangeLog-20041335 * typeck2.c (error_not_base_type, readonly_error,
DChangeLog-20006768 * typeck2.c (readonly_error, abstract_virtuals_error,
DChangeLog-19941748 * cvt.c (build_up_reference): Don't call readonly_error.
DChangeLog-19981879 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.