HomeSort by: relevance | last modified time | path
    Searched refs:to_int_constant (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
cgram.y 1094 dcs_add_alignas(to_int_constant($3, true));
1356 $$ = set_bit_field_width($1, to_int_constant($3, true));
1362 $$ = set_bit_field_width(NULL, to_int_constant($3, true));
1369 $$ = set_bit_field_width($1, to_int_constant($3, true));
1374 $$ = set_bit_field_width(NULL, to_int_constant($3, true));
1446 $$ = enumeration_constant($1, to_int_constant($4, true),
1727 $$.dim = $3 == NULL ? 0 : to_int_constant($3, false);
1738 $$.dim = $1 == NULL ? 0 : to_int_constant($1, false);
1965 $$.lo = to_int_constant($1, true);
1969 $$.lo = to_int_constant($1, true)
    [all...]
externs1.h 277 int to_int_constant(tnode_t *, bool);
decl.c 3208 * to_int_constant() should be used only inside declarations. If it is used in
3212 to_int_constant(tnode_t *tn, bool required) function

Completed in 25 milliseconds