HomeSort by: relevance | last modified time | path
    Searched defs:l_suffix (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lex.c 562 unsigned l_suffix = 0, u_suffix = 0; local in function:lex_integer_constant
566 l_suffix++;
572 if (l_suffix > 2 || u_suffix > 1) {
575 if (l_suffix > 2)
576 l_suffix = 2;
601 && ((l_suffix == 0 && base != 10 && ui <= TARG_UINT_MAX)
602 || (l_suffix <= 1 && ui > TARG_LONG_MAX));
605 ? integer_constant_type_unsigned(l_suffix, ui, warned)
606 : integer_constant_type_signed(l_suffix, ui, base, warned);

Completed in 38 milliseconds