Home
last modified time | relevance | path

Searched refs:pedwarn_c90 (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDc-errors.c53 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c90() function
HDc-tree.h633 extern void pedwarn_c90 (location_t, int opt, const char *, ...) ATTRIBUTE_GCC_DIAG(3,4);
HDc-parser.c4152 pedwarn_c90 (loc, in c_parser_compound_statement_nostart()
4183 pedwarn_c90 (loc, (pedantic && !flag_isoc99) in c_parser_compound_statement_nostart()
HDc-decl.c8912 pedwarn_c90 (loc, OPT_Wlong_long, in declspecs_add_type()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-errors.c75 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c90() function
HDc-decl.c4538 pedwarn_c90 (loc, OPT_Wpedantic, in build_array_declarator()
4542 pedwarn_c90 (loc, OPT_Wpedantic, in build_array_declarator()
5498 pedwarn_c90 (loc, OPT_Wpedantic, in check_bitfield_type_and_width()
5532 pedwarn_c90 (input_location, OPT_Wvla, in warn_variable_length_array()
5536 pedwarn_c90 (input_location, OPT_Wvla, "ISO C90 forbids array " in warn_variable_length_array()
5542 pedwarn_c90 (input_location, OPT_Wvla, in warn_variable_length_array()
5545 pedwarn_c90 (input_location, OPT_Wvla, "ISO C90 forbids variable " in warn_variable_length_array()
5812 pedwarn_c90 (loc, OPT_Wpedantic, "duplicate %<const%>"); in grokdeclarator()
5814 pedwarn_c90 (loc, OPT_Wpedantic, "duplicate %<restrict%>"); in grokdeclarator()
5816 pedwarn_c90 (loc, OPT_Wpedantic, "duplicate %<volatile%>"); in grokdeclarator()
[all …]
HDc-tree.h762 extern bool pedwarn_c90 (location_t, int opt, const char *, ...)
HDc-parser.c2996 pedwarn_c90 (comma_loc, OPT_Wpedantic, in c_parser_enum_specifier()
4778 pedwarn_c90 (des_loc, OPT_Wpedantic, in c_parser_initelt()
5006 pedwarn_c90 (loc, OPT_Wdeclaration_after_statement, in c_parser_compound_statement_nostart()
5034 pedwarn_c90 (loc, OPT_Wdeclaration_after_statement, in c_parser_compound_statement_nostart()
8040 pedwarn_c90 (loc, OPT_Wpedantic, "ISO C90 does not support " in c_parser_postfix_expression()
8893 pedwarn_c90 (loc, OPT_Wpedantic, in c_parser_postfix_expression()
9090 pedwarn_c90 (start_loc, OPT_Wpedantic, "ISO C90 forbids compound literals"); in c_parser_postfix_expression_after_paren_type()
HDc-typeck.c2684 pedwarn_c90 (loc, OPT_Wpedantic, in build_array_ref()