Home
last modified time | relevance | path

Searched refs:exprToProcess (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp79 ir::Expression *exprToProcess = nullptr; in AdjustBoxingUnboxingFlags() local
81 exprToProcess = loweringResult->AsAssignmentExpression(); in AdjustBoxingUnboxingFlags()
85 exprToProcess = statement->AsExpressionStatement()->GetExpression(); in AdjustBoxingUnboxingFlags()
98 if (exprToProcess->TsType()->HasTypeFlag(checker::TypeFlag::ETS_PRIMITIVE)) { in AdjustBoxingUnboxingFlags()
100 } else if (exprToProcess->TsType()->IsETSObjectType()) { in AdjustBoxingUnboxingFlags()