Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp82 void CheckerContext::RestoreSmartCasts(SmartCastArray const &otherSmartCasts) in RestoreSmartCasts() argument
85 if (!otherSmartCasts.empty()) { in RestoreSmartCasts()
86 for (auto [variable, type] : otherSmartCasts) { in RestoreSmartCasts()
92 void CheckerContext::RemoveSmartCasts(SmartCastArray const &otherSmartCasts) noexcept
97 if (std::find_if(otherSmartCasts.begin(), otherSmartCasts.end(), [&it](auto const &item) -> bool {
99 }) == otherSmartCasts.end()) {
122 void CheckerContext::CombineSmartCasts(SmartCastArray const &otherSmartCasts) in CombineSmartCasts() argument
126 for (auto [variable, type] : otherSmartCasts) { in CombineSmartCasts()
143 RemoveSmartCasts(otherSmartCasts); in CombineSmartCasts()
[all...]
H A DcheckerContext.h180 void RestoreSmartCasts(SmartCastArray const &otherSmartCasts);
181 void CombineSmartCasts(SmartCastArray const &otherSmartCasts);
252 void RemoveSmartCasts(SmartCastArray const &otherSmartCasts) noexcept;

Completed in 1 milliseconds