Searched refs:EXPR_ASSIGN (Results 1 – 6 of 6) sorted by relevance
184 case EXPR_ASSIGN: in ExprResolveBoolean()358 case EXPR_ASSIGN: in ExprResolveIntegerLookup()477 case EXPR_ASSIGN: in ExprResolveString()597 case EXPR_ASSIGN: in ExprResolveMaskLookup()
152 if (op == EXPR_ASSIGN || left->expr.value_type == EXPR_TYPE_UNKNOWN) in ExprCreateBinary()607 case EXPR_ASSIGN: in FreeExpr()797 [EXPR_ASSIGN] = "assignment",
120 EXPR_ASSIGN, enumerator
656 { $$ = ExprCreateBinary(EXPR_ASSIGN, $1, $3); }
818 if (arg->expr.op == EXPR_ASSIGN) { in HandleActionDef()
2724 … { (yyval.expr) = ExprCreateBinary(EXPR_ASSIGN, (yyvsp[-2].expr), (yyvsp[0].expr)); } in yyparse()