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

/freebsd-10-stable/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.c4280 readonly_error (arg, ((code == PREINCREMENT_EXPR
5925 readonly_error (lhs, "assignment", 0);
H A Dcp-tree.h4586 extern void readonly_error (tree, const char *, int);
/freebsd-10-stable/contrib/gcc/
H A Dc-typeck.c109 static void readonly_error (tree, enum lvalue_use);
3111 readonly_error (arg,
3248 readonly_error (tree arg, enum lvalue_use use)
3261 readonly_error (TREE_OPERAND (arg, 0), use);
4024 readonly_error (lhs, lv_assign);
7261 readonly_error (output, lv_asm);
3232 readonly_error (tree arg, enum lvalue_use use) function

Completed in 212 milliseconds