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

  /src/usr.bin/xlint/lint1/
lex.c 562 unsigned l_suffix = 0, u_suffix = 0; local in function:lex_integer_constant
568 u_suffix++;
572 if (l_suffix > 2 || u_suffix > 1) {
577 if (u_suffix > 1)
578 u_suffix = 1;
580 if (!allow_c90 && u_suffix > 0)
599 bool unsigned_since_c90 = allow_trad && allow_c90 && u_suffix == 0
604 tspec_t t = u_suffix > 0
lex.c 562 unsigned l_suffix = 0, u_suffix = 0; local in function:lex_integer_constant
568 u_suffix++;
572 if (l_suffix > 2 || u_suffix > 1) {
577 if (u_suffix > 1)
578 u_suffix = 1;
580 if (!allow_c90 && u_suffix > 0)
599 bool unsigned_since_c90 = allow_trad && allow_c90 && u_suffix == 0
604 tspec_t t = u_suffix > 0
lex.c 562 unsigned l_suffix = 0, u_suffix = 0; local in function:lex_integer_constant
568 u_suffix++;
572 if (l_suffix > 2 || u_suffix > 1) {
577 if (u_suffix > 1)
578 u_suffix = 1;
580 if (!allow_c90 && u_suffix > 0)
599 bool unsigned_since_c90 = allow_trad && allow_c90 && u_suffix == 0
604 tspec_t t = u_suffix > 0

Completed in 67 milliseconds