Home | History | Annotate | Download | only in info

Lines Matching full:lvalue

2983      value returned by a function is not an lvalue.  For C++, the
16750 * Subscripting:: Any array can be subscripted, even if not an lvalue.
17890 5.19 Non-Lvalue Arrays May Have Subscripts
17951 initializer; it is an lvalue. As an extension, GCC supports compound
18144 though, not a cast, and hence does not yield an lvalue like normal
19887 If the operand of `__alignof__' is an lvalue rather than a type, its
20640 6.5/7 an lvalue expression dereferencing such a pointer is treated
23974 This built-in function can return an lvalue if the chosen argument
23975 is an lvalue.
35090 expressions do not undergo lvalue to rvalue conversion, and that the
35092 does not specify explicitly that it is this lvalue to rvalue conversion
43087 * arrays, non-lvalue: Subscripting. (line 6)