Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp25 smartCasts_(parent_->Allocator()->Adapter()), in CheckerContext()
37 smartCasts_.insert_or_assign(variable, smartType);
67 if (!smartCasts_.empty()) {
68 smartCasts.reserve(smartCasts_.size());
70 for (auto const [variable, type] : smartCasts_) {
84 smartCasts_.clear(); in RestoreSmartCasts()
87 smartCasts_.emplace(variable, type); in RestoreSmartCasts()
94 if (!smartCasts_.empty()) {
95 auto it = smartCasts_.begin();
96 while (it != smartCasts_
[all...]
H A DcheckerContext.h168 smartCasts_.clear();
173 smartCasts_.erase(variable);
241 SmartCastMap smartCasts_; member in ark::es2panda::checker::final

Completed in 2 milliseconds