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

/ast/src/lib/libexpr/
H A Dexparse.y129 %type <expr> initialize switch_item constant
286 $5->data.constant.value.integer = 1;
322 $2->data.constant.value.integer = 1;
393 $$->data.select.constant = (Extype_t**)exalloc(expr.program, (n + 1) * sizeof(Extype_t*));
394 memcpy($$->data.select.constant, sw->base, n * sizeof(Extype_t*));
395 $$->data.select.constant[n] = 0;
398 $$->data.select.constant = 0;
414 case_item : CASE constant ':'
432 *expr.swstate->cur++ = &($2->data.constant.value);
579 $$->data.constant
885 constant : CONSTANT label
[all...]
H A Dexpr.h67 #define EX_CONSTANT (1<<1) /* compile to constant expr */
156 Extype_t value; /* constant value */
158 } constant; /* variable reference */ member in union:Exdata_u
171 Extype_t** constant; /* case label constant array */ member in struct:Exdata_u::__anon355

Completed in 12 milliseconds