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.cpp902 checker::Type *smartType = leftType; in GetSmartType() local
968 checker::Type *smartType = GetSmartType(expr, leftType, rightType); in Check() local
1426 …if (auto *const smartType = checker->Context().GetSmartCast(expr->Variable()); smartType != nullpt… in Check() local
2702 auto *smartType = variableType; in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp281 if (auto const *const smartType = ident->TsType(); in GetValue() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp218 auto *smartType = Context().GetSmartCast(resolved); in ValidateResolvedIdentifier() local
Dhelpers.cpp987 auto *smartType = GetSmartCast(testCondition_.variable); in ResolveSmartCastTypes() local
1041 …r::ApplySmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in ApplySmartCast()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp978 auto const *smartType = expr->TsType(); in Compile() local