Searched refs:pedwarn_c99 (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-errors.c | 34 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c99() function
|
| HD | c-tree.h | 634 extern void pedwarn_c99 (location_t, int opt, const char *, ...) ATTRIBUTE_GCC_DIAG(3,4);
|
| HD | c-decl.c | 5022 pedwarn_c99 (loc, flag_isoc99 ? 0 : OPT_Wimplicit_int, in grokdeclarator() 5026 pedwarn_c99 (input_location, flag_isoc99 ? 0 : OPT_Wimplicit_int, in grokdeclarator() 7745 pedwarn_c99 (loc, flag_isoc99 ? 0 in start_function()
|
| HD | c-typeck.c | 8765 pedwarn_c99 (loc, flag_isoc99 ? 0 : OPT_Wreturn_type, in c_finish_return()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-errors.c | 35 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c99() function
|
| HD | c-tree.h | 764 extern bool pedwarn_c99 (location_t, int opt, const char *, ...)
|
| HD | c-decl.c | 1992 else if (pedwarn_c99 (input_location, OPT_Wpedantic, in diagnose_mismatched_decls() 7001 pedwarn_c99 (loc, OPT_Wpedantic, in grokdeclarator() 7004 pedwarn_c99 (loc, OPT_Wpedantic, in grokdeclarator() 7705 pedwarn_c99 (loc, OPT_Wpedantic, in grokfield() 7708 pedwarn_c99 (loc, OPT_Wpedantic, in grokfield() 10904 pedwarn_c99 (loc, OPT_Wpedantic, in declspecs_add_scspec() 10907 pedwarn_c99 (loc, OPT_Wpedantic, in declspecs_add_scspec()
|
| HD | c-parser.c | 2420 pedwarn_c99 (assert_loc, OPT_Wpedantic, in c_parser_static_assert_declaration_no_semi() 2423 pedwarn_c99 (assert_loc, OPT_Wpedantic, in c_parser_static_assert_declaration_no_semi() 2796 pedwarn_c99 (loc, OPT_Wpedantic, in c_parser_declspecs() 2799 pedwarn_c99 (loc, OPT_Wpedantic, in c_parser_declspecs() 3505 pedwarn_c99 (loc, OPT_Wpedantic, in c_parser_alignas_specifier() 3508 pedwarn_c99 (loc, OPT_Wpedantic, in c_parser_alignas_specifier() 7406 pedwarn_c99 (start_loc, OPT_Wpedantic, "ISO C99 does not support %qE", in c_parser_alignof_expression() 7409 pedwarn_c99 (start_loc, OPT_Wpedantic, "ISO C90 does not support %qE", in c_parser_alignof_expression() 7585 pedwarn_c99 (generic_loc, OPT_Wpedantic, in c_parser_generic_selection() 7588 pedwarn_c99 (generic_loc, OPT_Wpedantic, in c_parser_generic_selection()
|