Searched refs:CastingContext (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | castingContext.cpp | 20 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 D | castingContext.h | 22 class CastingContext { class 34 CastingContext(TypeRelation *relation, std::initializer_list<TypeErrorMessageElement> list, ConstructorData &&data);
|
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
H A D | memberExpression.cpp | 369 const checker::CastingContext cast( in CheckTupleAccessMethod() 371 checker::CastingContext::ConstructorData {this, baseType->AsETSArrayType()->ElementType(), tupleTypeAtIdx, in CheckTupleAccessMethod()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.cpp | 2570 const checker::CastingContext ctx( in Check() 2573 checker::CastingContext::ConstructorData {expr->Expr(), sourceType, targetType, expr->Expr()->Start()}); in Check()
|
Completed in 6 milliseconds