Lines Matching defs:dowarn
1897 bool dowarn = false;
1899 true, true, &dowarn) ||
1900 dowarn) {
1982 bool dowarn = false;
1983 if (!redec && !check_redeclaration(dsym, &dowarn)) {
1984 if (dowarn) {
2099 check_redeclaration(sym_t *dsym, bool *dowarn)
2128 false, false, dowarn)) {
2193 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn)
2204 true, false, dowarn))
2234 * *dowarn is set to true if an old-style function declaration is not
2239 bool ignqual, bool promot, bool *dowarn)
2279 if (!prototypes_compatible(tp1, tp2, dowarn))
2282 && dowarn != NULL
2284 *dowarn = true;
2486 bool dowarn = false;
2488 if (!types_compatible(old_tp, proto_tp, true, true, &dowarn)) {
2489 if (types_compatible(old_tp, proto_tp, true, false, &dowarn)) {
2498 if (dowarn) {
2653 bool dowarn = false;
2655 false, false, &dowarn);
2657 if (!compatible || dowarn) {