Home
last modified time | relevance | path

Searched refs:pedwarn_c99 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDc-errors.c34 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c99() function
HDc-tree.h634 extern void pedwarn_c99 (location_t, int opt, const char *, ...) ATTRIBUTE_GCC_DIAG(3,4);
HDc-decl.c5022 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()
HDc-typeck.c8765 pedwarn_c99 (loc, flag_isoc99 ? 0 : OPT_Wreturn_type, in c_finish_return()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-errors.c35 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c99() function
HDc-tree.h764 extern bool pedwarn_c99 (location_t, int opt, const char *, ...)
HDc-decl.c1992 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()
HDc-parser.c2420 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()