Home | History | Annotate | Download | only in lint2

Lines Matching defs:ignored

265 				 * union, even if the return value is ignored.
489 * signedness is ignored (e.g. 0 matches both signed and unsigned int).
1067 * or return values which are always or sometimes ignored.
1073 bool used, ignored;
1098 used = ignored = false;
1101 ignored |= !call->f_rused && !call->f_rdisc;
1103 if (!used && ignored) {
1104 /* %s returns a value that is always ignored */
1106 } else if (used && ignored) {
1107 /* %s returns a value that is sometimes ignored */