HomeSort by: relevance | last modified time | path
    Searched refs:lvalue (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_postfix_op.c 12 int decl = lvalue ++;
13 int decl = lvalue --;
17 int decl = lvalue++;
18 int decl = lvalue--;
26 int decl = lvalue **;
30 int decl = lvalue * *;
lsym_unary_op.c 71 int *address = &lvalue;
  /src/usr.bin/xlint/lint1/
tree.c 1393 bool lvalue = op == ARROW || ln->tn_lvalue; local
1413 if (!lvalue)
2451 /* %soperand of '%s' must be lvalue */
2493 * Some C dialects from before C90 tolerated any lvalue on the
2514 * C1978 Appendix A 14.1 says: <quote>In fact, any lvalue is allowed
2515 * before '.', and that lvalue is then assumed to have the form of the
2536 /* a cast does not yield an lvalue */
2538 /* %soperand of '%s' must be lvalue */
2543 /* %soperand of '%s' must be modifiable lvalue */
2556 /* a cast does not yield an lvalue */
    [all...]

Completed in 48 milliseconds