Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A DcheckerPhase.cpp20 bool CheckerPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform()
H A DcheckerPhase.h22 class CheckerPhase : public Phase { class
24 static constexpr std::string_view NAME = "CheckerPhase";
H A Dphase.cpp58 static CheckerPhase g_checkerPhase;
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp395 } while (ctx->phases[ctx->currentPhase++]->Name() != compiler::CheckerPhase::NAME); in Check()

Completed in 3 milliseconds