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 1326 $$ = set_bit_field_width($1, to_int_constant($3, true));
1332 $$ = set_bit_field_width(NULL, to_int_constant($3, true));
1339 $$ = set_bit_field_width($1, to_int_constant($3, true));
1344 $$ = set_bit_field_width(NULL, to_int_constant($3, true));
1416 $$ = enumeration_constant($1, to_int_constant($4, true),
1699 $$.dim = $3 == NULL ? 0 : to_int_constant($3, false);
1710 $$.dim = $1 == NULL ? 0 : to_int_constant($1, false);
1937 $$.lo = to_int_constant($1, true);
1941 $$.lo = to_int_constant($1, true);
1942 $$.hi = to_int_constant($3, true)
    [all...]
externs1.h 277 int to_int_constant(tnode_t *, bool);
decl.c 477 dcs->d_mem_align = to_int_constant(tn, true);
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 in typeref:typename:int

Completed in 104 milliseconds