Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp186 const auto &mapIt = variableMap.find(childNode->AsIdentifier()->Variable()); in RemapReferencesFromCapturedVariablesToClassProperties()
187 if (mapIt != variableMap.end()) { in RemapReferencesFromCapturedVariablesToClassProperties()
191 << " -> property variable:" << (void *)mapIt->second; in RemapReferencesFromCapturedVariablesToClassProperties()
192 childNode->AsIdentifier()->SetVariable(mapIt->second); in RemapReferencesFromCapturedVariablesToClassProperties()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp178 auto mapIt = dynamicIntrinsics.find(lang); in ResolveDynamicCallExpression() local
179 if (mapIt == dynamicIntrinsics.cend()) { in ResolveDynamicCallExpression()
180 std::tie(mapIt, std::ignore) = dynamicIntrinsics.emplace(lang, Allocator()->Adapter()); in ResolveDynamicCallExpression()
183 auto &map = mapIt->second; in ResolveDynamicCallExpression()

Completed in 3 milliseconds