Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp936 void CheckStringOperatorContext(ir::Expression *expression, checker::Type *otherType, lexer::TokenT… in CheckStringOperatorContext() function
983 CheckStringOperatorContext(leftExp, rightExp->TsType(), op); in CheckNeedToGenerateGetValueForBinaryExpression()
984 CheckStringOperatorContext(rightExp, leftExp->TsType(), op); in CheckNeedToGenerateGetValueForBinaryExpression()