Home | History | Annotate | Download | only in lint1

Lines Matching defs:dowarn

1922 		bool dowarn = false;
1924 true, true, &dowarn) ||
1925 dowarn) {
2007 bool dowarn = false;
2008 if (!redec && !check_redeclaration(dsym, &dowarn)) {
2009 if (dowarn) {
2124 check_redeclaration(sym_t *dsym, bool *dowarn)
2153 false, false, dowarn)) {
2218 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn)
2229 true, false, dowarn))
2259 * *dowarn is set to true if an old-style function declaration is not
2264 bool ignqual, bool promot, bool *dowarn)
2303 if (!prototypes_compatible(tp1, tp2, dowarn))
2306 && dowarn != NULL
2308 *dowarn = true;
2516 bool dowarn = false;
2518 if (!types_compatible(old_tp, proto_tp, true, true, &dowarn)) {
2519 if (types_compatible(old_tp, proto_tp, true, false, &dowarn)) {
2528 if (dowarn) {
2683 bool dowarn = false;
2685 false, false, &dowarn);
2687 if (!compatible || dowarn) {