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

  /src/usr.bin/xlint/lint1/
main1.c 73 bool allow_trad = true; variable
155 allow_trad = false;
162 allow_trad = false;
170 allow_trad = true;
183 allow_trad = false;
189 allow_trad = false;
err.c 683 int severity = (!allow_gcc ? 1 : 0) + (!allow_trad ? 1 : 0);
721 (!allow_trad && !allow_c99 ? 1 : 0);
lint1.h 625 !allow_gcc || (!allow_trad && !allow_c99), msgid, ##args)
627 !allow_c99 && (!allow_gcc || !allow_trad), msgid, ##args)
cgram.y 497 if (!allow_trad && !allow_c99)
1388 if (!allow_c99 && !allow_trad)
1780 if (!allow_trad && !allow_c99)
2381 if (!allow_trad && !allow_c99)
2402 if (!allow_trad && !allow_c99)
2451 if (!allow_trad)
2457 if (!allow_trad)
decl.c 914 if (!allow_trad && hflag && !allow_c23)
928 if (!allow_trad && !allow_c99) { /* XXX or better allow_c90? */
1003 if (!allow_trad && !allow_c99) {
1610 if (allow_trad || allow_c99)
1630 if (allow_trad || allow_c99)
1684 ((!allow_trad && !allow_c99) || pflag))
2011 if (!allow_trad && !allow_c99)
2189 if (!allow_trad && !allow_c99) {
2530 if (!allow_trad && !allow_c99)
3100 (sym->s_scl == EXTERN && (allow_trad || allow_c99)))
    [all...]
externs1.h 57 extern bool allow_trad;
tree.c 829 else if (!allow_trad)
1790 if (op == SHLASS && hflag && allow_trad && allow_c90
2672 if (allow_trad && allow_c90 && hflag && is_uinteger(ort)
2681 if (allow_trad && allow_c90 && hflag && !is_uinteger(ort)
2718 if (hflag && allow_trad && allow_c90 && portable_rank_cmp(lt, rt) < 0)
2794 if (!allow_trad && !allow_c99 &&
2813 if (!allow_trad && !allow_c99 && op != EQ && op != NE)
2867 if (!allow_trad && !allow_c99)
3010 if (!(!allow_trad && !allow_c99 && (lst == FUNC || rst == FUNC)))
3966 if (!allow_trad && !allow_c99 && (nst == FUNC || ost == FUNC))
    [all...]
func.c 283 if (!allow_trad && !allow_c99)
312 if (!allow_trad && hflag &&
lex.c 595 bool unsigned_since_c90 = allow_trad && allow_c90 && u_suffix == 0

Completed in 27 milliseconds