Lines Matching refs:smartCasts
1244 SmartCastArray smartCasts = checker->Context().EnterTestExpression();
1257 checker->Context().RestoreSmartCasts(smartCasts);
2059 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st);
2064 checker->Context().ExitLoop(smartCasts, clearFlag, st);
2123 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st);
2158 checker->Context().ExitLoop(smartCasts, clearFlag, st);
2168 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st);
2184 checker->Context().ExitLoop(smartCasts, clearFlag, st);
2192 SmartCastArray smartCasts = checker->Context().EnterTestExpression();
2207 checker->Context().RestoreSmartCasts(smartCasts);
2225 checker->Context().RestoreSmartCasts(smartCasts);
2363 SmartCastArray smartCasts = checker->Context().CloneSmartCasts();
2373 checker->Context().CombineSmartCasts(smartCasts);
2375 checker->Context().RestoreSmartCasts(smartCasts);
2389 checker->Context().AddBreakSmartCasts(st, std::move(smartCasts));
2419 auto smartCasts = checker->Context().CheckTryBlock(*st->Block());
2429 checker->Context().RestoreSmartCasts(smartCasts);
2443 checker->Context().RestoreSmartCasts(smartCasts);
2512 auto [smartCasts, clearFlag] = checker->Context().EnterLoop(*st);
2517 checker->Context().ExitLoop(smartCasts, clearFlag, st);