Lines Matching refs:addLoop
1857 $$ = context->intermediate.addLoop(ELoopWhile, 0, $4, 0, $6, $1.line);
1864 $$ = context->intermediate.addLoop(ELoopDoWhile, 0, $6, 0, $3, $4.line);
1869 $$ = context->intermediate.addLoop(ELoopFor, $4, reinterpret_cast<TIntermTyped*>($5.node1), reinterpret_cast<TIntermTyped*>($5.node2), $7, $1.line);