Searched refs:EXPR_ASSIGN (Results 1 – 6 of 6) sorted by relevance
176 case EXPR_ASSIGN: in ExprResolveBoolean()347 case EXPR_ASSIGN: in ExprResolveIntegerLookup()466 case EXPR_ASSIGN: in ExprResolveString()583 case EXPR_ASSIGN: in ExprResolveMaskLookup()
146 if (op == EXPR_ASSIGN || left->expr.value_type == EXPR_TYPE_UNKNOWN) in ExprCreateBinary()588 case EXPR_ASSIGN: in FreeExpr()775 [EXPR_ASSIGN] = "assignment",
118 EXPR_ASSIGN, enumerator
641 { $$ = ExprCreateBinary(EXPR_ASSIGN, $1, $3); }
815 if (arg->expr.op == EXPR_ASSIGN) { in HandleActionDef()
2892 { (yyval.expr) = ExprCreateBinary(EXPR_ASSIGN, (yyvsp[-2].expr), (yyvsp[0].expr)); } in yyparse()