Lines Matching full:__begin
1822 /// for ( auto __begin = begin-expr,
1824 /// __begin != __end;
1825 /// ++__begin ) {
1826 /// for-range-declaration = *__begin;
2051 // Build auto __begin = begin-expr, __end = end-expr.
2053 "__begin");
2057 // Build begin-expr and end-expr and attach to __begin and __end variables.
2163 // Build and check __begin != __end expression.
2177 // Build and check ++__begin expression.
2192 // Build and check *__begin expression.
2206 // Attach *__begin as initializer for VD. Don't touch it if we're just