Searched defs:CONSTANT (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libexpr/
H A DOexparse.h45 #define CONSTANT 270 macro
H A DOexparse.c86 #define CONSTANT 270 macro
624 "BREAK","CALL","CASE","CONSTANT","CONTINUE","DECLARE","DEFAULT","DYNAMIC",
714 "constant : CONSTANT",
1046 else if (exvsp[-1].expr->op == CONSTANT)
1120 exvsp[-4].expr = exnewnode(expr.program, CONSTANT, 0, INTEGER, NiL, NiL);
1166 exvsp[-1].expr = exnewnode(expr.program, CONSTANT, 0, INTEGER, NiL, NiL);
1429 if (!expr.program->errors && exvsp[-2].expr->op == CONSTANT && exvsp[0].expr->op == CONSTANT)
1433 exval.expr->op = CONSTANT;
1549 if (exvsp[-2].expr->op == CONSTANT)
[all...]

Completed in 25 milliseconds