Home
last modified time | relevance | path

Searched refs:CastingContext (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DcastingContext.cpp20 CastingContext::CastingContext(TypeRelation *relation, std::initializer_list<TypeErrorMessageElement> list, in CastingContext() function in ark::es2panda::checker::CastingContext
43 bool CastingContext::UncheckedCast() const noexcept
H A DcastingContext.h22 class CastingContext { class
34 CastingContext(TypeRelation *relation, std::initializer_list<TypeErrorMessageElement> list, ConstructorData &&data);
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DmemberExpression.cpp369 const checker::CastingContext cast( in CheckTupleAccessMethod()
371 checker::CastingContext::ConstructorData {this, baseType->AsETSArrayType()->ElementType(), tupleTypeAtIdx, in CheckTupleAccessMethod()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp2570 const checker::CastingContext ctx( in Check()
2573 checker::CastingContext::ConstructorData {expr->Expr(), sourceType, targetType, expr->Expr()->Start()}); in Check()

Completed in 6 milliseconds