| /netbsd-src/bin/rm/ |
| H A D | rm.c | 569 int complained; in checkdot() local 571 complained = 0; in checkdot() 585 if (!complained++) in checkdot()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 1200 bool complained = true; in check_redeclaration_exception_specification() local 1204 complained = pedwarn (new_loc, OPT_Wsystem_headers, msg, new_decl); in check_redeclaration_exception_specification() 1208 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl); in check_redeclaration_exception_specification() 1211 if (complained) in check_redeclaration_exception_specification() 3268 bool complained in identify_goto() local 3272 if (complained && locus) in identify_goto() 3274 return complained; in identify_goto() 3288 bool complained = false; in check_previous_goto_1() local 3294 complained = identify_goto (decl, input_location, locus, DK_ERROR); in check_previous_goto_1() 3295 if (complained) in check_previous_goto_1() [all …]
|
| H A D | typeck2.c | 454 bool is_decl = false, complained = false; in cxx_incomplete_type_diagnostic() local 472 complained = emit_diagnostic (diag_kind, DECL_SOURCE_LOCATION (value), 0, in cxx_incomplete_type_diagnostic() 486 complained = emit_diagnostic (diag_kind, loc, 0, in cxx_incomplete_type_diagnostic() 489 if (complained) in cxx_incomplete_type_diagnostic()
|
| H A D | call.c | 7396 bool complained = false; in convert_like_real_1() local 7405 complained = permerror (loc, "too many braces around initializer " in convert_like_real_1() 7416 complained = permerror (loc, "converting to %qH from %qI requires " in convert_like_real_1() 7425 complained = permerror (loc, "invalid user-defined conversion " in convert_like_real_1() 7428 if (complained) in convert_like_real_1() 7440 if (complained) in convert_like_real_1() 7460 if (!complained) in convert_like_real_1() 7464 complained = permerror (&richloc, in convert_like_real_1() 7468 if (complained) in convert_like_real_1()
|
| H A D | parser.c | 4577 bool complained in cp_parser_userdef_numeric_literal() local 4581 if (!complained) in cp_parser_userdef_numeric_literal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck2.cc | 312 bool is_decl = false, complained = false; in cxx_incomplete_type_diagnostic() local 330 complained = emit_diagnostic (diag_kind, DECL_SOURCE_LOCATION (value), 0, in cxx_incomplete_type_diagnostic() 344 complained = emit_diagnostic (diag_kind, loc, 0, in cxx_incomplete_type_diagnostic() 347 if (complained) in cxx_incomplete_type_diagnostic()
|
| H A D | decl.cc | 1253 bool complained = true; in check_redeclaration_exception_specification() local 1257 complained = pedwarn (new_loc, OPT_Wsystem_headers, msg, new_decl); in check_redeclaration_exception_specification() 1261 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl); in check_redeclaration_exception_specification() 1264 if (complained) in check_redeclaration_exception_specification() 3469 bool complained in identify_goto() local 3473 if (complained && locus) in identify_goto() 3475 return complained; in identify_goto() 3489 bool complained = false; in check_previous_goto_1() local 3496 complained = identify_goto (decl, input_location, locus, DK_ERROR); in check_previous_goto_1() 3497 if (complained) in check_previous_goto_1() [all …]
|
| H A D | call.cc | 7857 bool complained = false; in convert_like_internal() local 7866 complained = permerror (loc, "too many braces around initializer " in convert_like_internal() 7877 complained = permerror (loc, "converting to %qH from %qI requires " in convert_like_internal() 7886 complained = permerror (loc, "invalid user-defined conversion " in convert_like_internal() 7889 if (complained) in convert_like_internal() 7900 if (complained) in convert_like_internal() 7918 if (!complained && expr != error_mark_node) in convert_like_internal() 7922 complained = permerror (&richloc, in convert_like_internal() 7926 if (complained) in convert_like_internal()
|
| H A D | ChangeLog-2011 | 4534 cp_parser_parse_and_diagnose_invalid_type_name complained.
|
| H A D | pt.cc | 30142 bool complained in do_class_deduction() local 30148 else if (complained) in do_class_deduction()
|
| H A D | ChangeLog-2019 | 1991 (require_deduced_type): Don't complain if we already complained about
|
| H A D | parser.cc | 4794 bool complained in cp_parser_userdef_numeric_literal() local 4798 if (!complained) in cp_parser_userdef_numeric_literal()
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | CHANGES | 78 which explains why a lot of other people complained that it wasn't using 102 Lots of folks complained that the autogenerated "Date:" header wasn't in
|
| /netbsd-src/sbin/routed/ |
| H A D | table.c | 1193 static int complained = 0; in read_rt() local 1194 if (!complained) { in read_rt() 1196 complained = 1; in read_rt()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | README-how-to-make-a-release | 312 needed ? [The above commands upload them and nobody has complained,
|
| /netbsd-src/external/gpl2/xcvs/dist/ |
| H A D | HACKING | 253 it has been around nearly forever and no-one has ever complained about our code
|
| H A D | ChangeLog | 5100 after it was written), nor has anyone complained
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | README-how-to-make-a-release | 389 needed ? [The above commands upload them and nobody has complained,
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | ChangeLog | 1032 Multiple people have complained that gummiboot hangs right away, 1147 complained about them. Patch submitted by Jesse Barnes from SGI.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2010 | 126 argument complained about; reword the message.
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | NEWS | 565 complained, which proves that I'm probably the only one testing
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2010 | 126 argument complained about; reword the message.
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | limerick-o.real | 4258 Who complained that it hurt her to pee. 4399 Who complained that too many men gooster. 5363 Who complained that it hurt him to pee,
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | southamerica | 1984 # Apparently restaurateurs complained that DST caused people to go to the beach
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | HISTORY | 5425 Code cleanup: the bounce daemon complained about data that 10462 Bugfix: the AIX and SUN compilers rightfully complained 12995 Bugfix: the postconf command still complained about an 14514 SMTP server 1) complained about plain-text SASL configuration 19109 leak, and Coverity complained about one of them (Christos 26833 Cleanup: valgrind complained about uninitialized padding.
|