Lines Matching full:lvalue
2508 #define VT_LLOCAL 0x00f1 /* lvalue, offset on stack */
2513 #define VT_LVAL 0x0100 /* var is an lvalue */
2521 #define VT_LVAL_BYTE 0x1000 /* lvalue is a byte */
2522 #define VT_LVAL_SHORT 0x2000 /* lvalue is a short */
2523 #define VT_LVAL_UNSIGNED 0x4000 /* lvalue is unsigned */
5801 /* store register 'r' in lvalue 'v' */
6380 /* if saved lvalue, then we must reload it */
7132 expect("lvalue");
10388 /* get address of vtop (vtop MUST BE an lvalue) */
10392 /* tricky: if saved lvalue, then we can go back to lvalue */
10398 /* generate lvalue bound code */
10405 /* if lvalue, then use checking code before dereferencing */
10477 - lvalue (need to dereference pointer)
10530 /* lvalue of scalar type : need to use lvalue type
11415 /* XXX: add optimization if lvalue : just change type and offset */
11586 /* if lvalue and single word type, nothing to do because
11587 the lvalue already contains the real type size (see
11880 /* store vtop in lvalue pushed on stack */
11967 /* if lvalue was saved on stack, must read it */
12002 vdup(); /* save lvalue */
12658 /* compute the lvalue VT_LVAL_xxx needed to match type t. */
12683 /* an array is never an lvalue */
13059 /* change type to field type, and set to lvalue */
13061 /* an array is never an lvalue */
13092 vtop->r &= ~VT_LVAL; /* no lvalue */
14779 /* not lvalue if array */