Searched refs:asgn (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c444 int promote, asgn, warn; local
466 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
469 if (eqtype(arg1, arg2, 1, promote, asgn, &warn) && (!sflag || !warn))
1167 * asgn left indirected type must have at least the same qualifiers
1174 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int asgn, int *warn) argument
1200 if (asgn && to == PTR) {
1238 if (asgn && indir == 1) {

Completed in 205 milliseconds