Home | History | Annotate | Download | only in src

Lines Matching full:side

170     // Evaluated for its side effects.
172 // Evaluated for its value (and side effects).
174 // Evaluated for control flow (and side effects).
176 // Evaluated for control flow and side effects. Value is also
179 // Evaluated for control flow and side effects. Value is also
202 // True if the expression has no side effects and is safe to
238 * that is a valid left hand side without having to actually build
934 // Reading from a mutable variable is a side effect, but 'this' is