Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h273 extern void readonly_error PARAMS ((tree, const char *));
H A Dc-typeck.c2969 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 DChangeLog1088 (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 Dc-typeck.c105 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 Dtypeck2.c77 readonly_error (arg, string, soft) in readonly_error() function
H A Dtypeck.c4080 readonly_error (arg, ((code == PREINCREMENT_EXPR
5434 readonly_error (lhs, "assignment", 0);
6156 readonly_error (o[i], "modification by `asm'", 1);
H A Dcp-tree.h4464 extern void readonly_error PARAMS ((tree, const char *, int));
H A DChangeLog.25759 (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 DChangeLog.15188 * cvt.c (build_up_reference): Don't call readonly_error.
H A DChangeLog16640 * typeck2.c (readonly_error, abstract_virtuals_error,
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck2.c76 readonly_error (tree arg, const char* string, int soft) in readonly_error() function
H A Dtypeck.c4138 readonly_error (arg, ((code == PREINCREMENT_EXPR in build_unary_op()
5732 readonly_error (lhs, "assignment", 0); in build_modify_expr()
H A Dsemantics.c1239 readonly_error (operand, "assignment (via 'asm' output)", 0); in finish_asm_stmt()
H A Dcp-tree.h4516 extern void readonly_error (tree, const char *, int);
H A DChangeLog4353 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
5241 * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
H A DChangeLog-19995759 (convert_for_initialization, readonly_error, check_for_new_type,
5828 (readonly_error, check_for_new_type): Const-ify a char*.
H A DChangeLog-19962767 (readonly_error): Likewise.
H A DChangeLog-20041335 * typeck2.c (error_not_base_type, readonly_error,
H A DChangeLog-20006768 * typeck2.c (readonly_error, abstract_virtuals_error,
H A DChangeLog-19941748 * cvt.c (build_up_reference): Don't call readonly_error.
H A DChangeLog-19981879 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.