Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dexpr.c176 case EXPR_ASSIGN: in ExprResolveBoolean()
347 case EXPR_ASSIGN: in ExprResolveIntegerLookup()
466 case EXPR_ASSIGN: in ExprResolveString()
583 case EXPR_ASSIGN: in ExprResolveMaskLookup()
Dast-build.c146 if (op == EXPR_ASSIGN || left->expr.value_type == EXPR_TYPE_UNKNOWN) in ExprCreateBinary()
588 case EXPR_ASSIGN: in FreeExpr()
775 [EXPR_ASSIGN] = "assignment",
Dast.h118 EXPR_ASSIGN, enumerator
Dparser.y641 { $$ = ExprCreateBinary(EXPR_ASSIGN, $1, $3); }
Daction.c815 if (arg->expr.op == EXPR_ASSIGN) { in HandleActionDef()
Dparser.c2892 { (yyval.expr) = ExprCreateBinary(EXPR_ASSIGN, (yyvsp[-2].expr), (yyvsp[0].expr)); } in yyparse()