Lines Matching full:lvalue
2626 since the value returned by a function is not an lvalue. ISO C
14235 * Subscripting:: Any array can be subscripted, even if not an lvalue.
15195 5.17 Non-Lvalue Arrays May Have Subscripts
15256 initializer; it is an lvalue. As an extension, GCC supports compound
15449 though, not a cast, and hence does not yield an lvalue like normal
16748 If the operand of `__alignof__' is an lvalue rather than a type, its
20557 This built-in function can return an lvalue if the chosen argument
20558 is an lvalue.
24825 expressions do not undergo lvalue to rvalue conversion, and that the
24827 does not specify explicitly that it is this lvalue to rvalue conversion
31947 * arrays, non-lvalue: Subscripting. (line 6)