Searched refs:ignqual (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c1162 * ignqual if set, ignore qualifiers of outhermost type; used for
1174 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int asgn, int *warn) argument
1243 } else if (!ignqual && !tflag) {
1287 ignqual = promot = 0;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c1945 * ignqual ignore qualifiers of type; used for function params
1952 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int *warn) argument
1977 if (tp1->t_const != tp2->t_const && !ignqual && !tflag)
1980 if (tp1->t_volatile != tp2->t_volatile && !ignqual && !tflag)
2007 ignqual = promot = 0;

Completed in 109 milliseconds