HomeSort by: relevance | last modified time | path
    Searched refs:lvalue (Results 1 - 4 of 4) 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/
README.md 129 5: '*' type 'pointer to const char', lvalue
132 8: 'name' 'names' with auto 'pointer to pointer to const char', lvalue
136 12: 'name' 'i' with auto 'int', lvalue
140 16: 'string' type 'array[5] of char', lvalue, "name"
tree.c 1329 bool lvalue = op == ARROW || ln->tn_lvalue; local in function:build_struct_access
1349 if (!lvalue)
2387 /* %soperand of '%s' must be lvalue */
2429 * Some C dialects from before C90 tolerated any lvalue on the
2450 * C1978 Appendix A 14.1 says: <quote>In fact, any lvalue is allowed
2451 * before '.', and that lvalue is then assumed to have the form of the
2472 /* a cast does not yield an lvalue */
2474 /* %soperand of '%s' must be lvalue */
2479 /* %soperand of '%s' must be modifiable lvalue */
2492 /* a cast does not yield an lvalue */
    [all...]

Completed in 16 milliseconds