Home
last modified time | relevance | path

Searched defs:smartType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp33 …ext::SetSmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in SetSmartCast()
132 if (auto *const smartType = CombineTypes(it->second, type); smartType != nullptr) { in CombineSmartCasts() local
DETSAnalyzer.cpp1071 checker::Type *smartType = leftType; in GetSmartType() local
1141 checker::Type *smartType = rightType; in Check() local
1730 auto *const smartType = checker->Context().GetSmartCast(expr->Variable()); in Check() local
3030 const auto smartType = checker->ResolveSmartType(elemType, variable->TsType()); in ValidateAndProcessIteratorType() local
3462 auto *smartType = variableType; in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp158 auto *smartType = Context().GetSmartCast(resolved); in ValidateResolvedIdentifier() local
Dhelpers.cpp1386 auto *smartType = GetSmartCast(testCondition_.variable); in ResolveSmartCastTypes() local
1438 …r::ApplySmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in ApplySmartCast()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp275 if (auto const *const smartType = ident->TsType(); in GetValue() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp838 auto const *smartType = expr->TsType(); in Compile() local