Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp149 bool const clearFlag = !IsInLoop(); variable
150 if (clearFlag) {
165 return {std::move(smartCasts), clearFlag};
168 void CheckerContext::ExitLoop(SmartCastArray &prevSmartCasts, bool const clearFlag,
171 if (clearFlag) {
H A DcheckerContext.h209 void ExitLoop(SmartCastArray &prevSmartCasts, bool clearFlag, ir::LoopStatement *loopStatement) noexcept;
H A DETSAnalyzer.cpp2059 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st); in Check()
2064 checker->Context().ExitLoop(smartCasts, clearFlag, st); in Check()
2123 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st); in Check()
2158 checker->Context().ExitLoop(smartCasts, clearFlag, st); in Check()
2168 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st); in Check()
2184 checker->Context().ExitLoop(smartCasts, clearFlag, st); in Check()
2512 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st); in Check()
2517 checker->Context().ExitLoop(smartCasts, clearFlag, st); in Check()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 36 milliseconds