Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DcapturedVariables.cpp126 std::function<void(ir::AstNode *)> searchForFunctions = [&](ir::AstNode *ast) { in Perform() local
130 ast->Iterate(searchForFunctions); in Perform()
134 program->Ast()->Iterate(searchForFunctions); in Perform()
H A DboxingForLocals.cpp356 std::function<void(ir::AstNode *)> searchForFunctions = [&](ir::AstNode *ast) { in Perform() local
360 ast->Iterate(searchForFunctions); in Perform()
363 program->Ast()->Iterate(searchForFunctions); in Perform()

Completed in 2 milliseconds