Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp201 auto *smartType = Context().GetSmartCast(resolved); in ValidateResolvedIdentifier() local
Dhelpers.cpp998 auto *smartType = GetSmartCast(testCondition_.variable); in ResolveSmartCastTypes() local
1051 …r::ApplySmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in ApplySmartCast()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp281 if (auto const *const smartType = ident->TsType(); in GetValue() local
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp124 if (auto *const smartType = CombineTypes(it->second, type); smartType != nullptr) { in CombineSmartCasts() local
DETSAnalyzer.cpp734 checker::Type *smartType = leftType; in Check() local
1135 …if (auto *const smartType = checker->Context().GetSmartCast(expr->Variable()); smartType != nullpt… in Check() local
2176 auto *smartType = variableType; in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp954 auto const *const smartType = expr->TsType(); in Compile() local