Home | History | Annotate | Download | only in compiler

Lines Matching refs:addUnaryMathLValue

291         $$ = context->addUnaryMathLValue(EOpPostIncrement, $1, @2);
294 $$ = context->addUnaryMathLValue(EOpPostDecrement, $1, @2);
400 $$ = context->addUnaryMathLValue(EOpPreIncrement, $2, @1);
403 $$ = context->addUnaryMathLValue(EOpPreDecrement, $2, @1);