Searched refs:clearFlag (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | checkerContext.cpp | 149 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 D | checkerContext.h | 209 void ExitLoop(SmartCastArray &prevSmartCasts, bool clearFlag, ir::LoopStatement *loopStatement) noexcept;
|
H A D | ETSAnalyzer.cpp | 2059 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 D | cocos_worker_test.js | [all...] |
Completed in 36 milliseconds