Home
last modified time | relevance | path

Searched refs:loopIdentifier (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp742 ir::Identifier *const loopIdentifier) in CreateForLoopInitVariableDeclaration() argument
747 … checker->AllocNode<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, loopIdentifier, init); in CreateForLoopInitVariableDeclaration()
748 loopIdentifier->SetParent(decl); in CreateForLoopInitVariableDeclaration()
758 ir::Identifier *const loopIdentifier) in CreateForLoopTest() argument
765 auto *const forLoopIdentClone = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateForLoopTest()
771 …Expression *CreateForLoopUpdate(EnumLoweringPhase *const elp, ir::Identifier *const loopIdentifier) in CreateForLoopUpdate() argument
774 auto *const forLoopIdentClone = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateForLoopUpdate()
781 … ir::Identifier *const namesArrayIdentifier, ir::Identifier *const loopIdentifier, in CreateIf() argument
786 auto *const forLoopIdentClone1 = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateIf()
794 auto *const forLoopIdentClone2 = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateIf()