Searched defs:UNSIGNED (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 36 #define UNSIGNED 261 macro
|
H A D | Oexparse.c | 77 #define UNSIGNED 261 macro 623 "CHAR","INT","INTEGER","UNSIGNED","FLOATING","STRING","VOID","STATIC","ADDRESS", 718 "constant : UNSIGNED", 1427 rel = (exvsp[-2].expr->type == STRING) ? STRING : ((exvsp[-2].expr->type == UNSIGNED) ? UNSIGNED : exvsp[0].expr->type); 1618 exval.expr = exnewnode(expr.program, exvsp[-1].op, 1, exvsp[0].expr->type == UNSIGNED ? INTEGER : exvsp[0].expr->type, exvsp[0].expr, NiL); 1847 exval.expr = exnewnode(expr.program, CONSTANT, 0, UNSIGNED, NiL, NiL);
|
Completed in 18 milliseconds