Searched refs:GenAsExpression (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | unionLowering.cpp | 122 static ir::TSAsExpression *GenAsExpression(checker::ETSChecker *checker, checker::Type *const opaqueType, in GenAsExpression() function 141 auto *const unionAsRefExpression = GenAsExpression(checker, unboxableRef, unionNode, nullptr); in UnionCastToPrimitive() 142 return GenAsExpression(checker, unboxedPrim, unionAsRefExpression, unionNode->Parent()); in UnionCastToPrimitive() 155 auto *const asExpr = GenAsExpression(checker, sourceType, expr->Expr(), expr); in HandleUnionCastToPrimitive()
|
Completed in 1 milliseconds