Searched refs:readonly_error (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck2.c76 readonly_error (tree arg, const char* string, int soft) function
H A Dsemantics.c1263 readonly_error (operand, "assignment (via 'asm' output)", 0);
H A Dtypeck.c4184 readonly_error (arg, ((code == PREINCREMENT_EXPR
5783 readonly_error (lhs, "assignment", 0);
H A Dcp-tree.h4550 extern void readonly_error (tree, const char *, int);
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c105 static void readonly_error (tree, enum lvalue_use);
2995 readonly_error (arg,
3132 readonly_error (tree arg, enum lvalue_use use)
3145 readonly_error (TREE_OPERAND (arg, 0), use);
3724 readonly_error (lhs, lv_assign);
6864 readonly_error (output, lv_asm);
3116 readonly_error (tree arg, enum lvalue_use use) function

Completed in 139 milliseconds