Lines Matching full:lvalue
2953 value returned by a function is not an lvalue. For C++, the
16485 * Subscripting:: Any array can be subscripted, even if not an lvalue.
17626 5.19 Non-Lvalue Arrays May Have Subscripts
17687 initializer; it is an lvalue. As an extension, GCC supports compound
17880 though, not a cast, and hence does not yield an lvalue like normal
19597 If the operand of `__alignof__' is an lvalue rather than a type, its
20350 6.5/7 an lvalue expression dereferencing such a pointer is treated
23684 This built-in function can return an lvalue if the chosen argument
23685 is an lvalue.
34784 expressions do not undergo lvalue to rvalue conversion, and that the
34786 does not specify explicitly that it is this lvalue to rvalue conversion
42738 * arrays, non-lvalue: Subscripting. (line 6)