Home
last modified time | relevance | path

Searched refs:forSize (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectIterator.cpp61 std::size_t const forSize = forStatements.size(); member in ark::es2panda::compiler::std
63 whileStatements.resize(WHILE_LOOP_SIZE + forSize);
64 whileStatements[WHILE_LOOP_SIZE + forSize - 1U] = whileStatements[WHILE_LOOP_SIZE - 1U];
66 for (std::size_t i = 0U; i < forSize; ++i) {

Completed in 2 milliseconds