Home | History | Annotate | Download | only in config

Lines Matching refs:Expr_Node_Constant

132 #define IS_CONST(expr) (expr->type == Expr_Node_Constant)
133 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant)
200 if (exp->type != Expr_Node_Constant)
3593 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL);
3614 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL);
4421 $$ = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL);
4549 if (x->type == Expr_Node_Constant && y->type == Expr_Node_Constant)
4599 if (x->type == Expr_Node_Constant)
4606 if (op == Expr_Op_Type_Sub && y->type == Expr_Node_Constant)
4611 if (y->type == Expr_Node_Constant && x->type == Expr_Node_Binop
4612 && x->Right_Child->type == Expr_Node_Constant)
4629 if (x->type == Expr_Node_Constant)