Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/xlint/lint2/
Dchk.c1174 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int asgn, int *warn) in eqtype() argument
1243 } else if (!ignqual && !tflag) { in eqtype()
1287 ignqual = promot = 0; in eqtype()
/freebsd-10-stable/usr.bin/xlint/lint1/
Ddecl.c1952 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int *warn) in eqtype() argument
1977 if (tp1->t_const != tp2->t_const && !ignqual && !tflag) in eqtype()
1980 if (tp1->t_volatile != tp2->t_volatile && !ignqual && !tflag) in eqtype()
2007 ignqual = promot = 0; in eqtype()