Searched refs:mNeedAnotherIteration (Results 1 – 1 of 1) sorted by relevance
42 void nextIteration() { mNeedAnotherIteration = false; } in nextIteration()43 bool needAnotherIteration() const { return mNeedAnotherIteration; } in needAnotherIteration()46 bool mNeedAnotherIteration; member in sh::__anonf24430310111::RemovePowTraverser50 : TIntermTraverser(true, false, false, symbolTable), mNeedAnotherIteration(false) in RemovePowTraverser()80 mNeedAnotherIteration = true; in visitAggregate()