Searched refs:pedwarn_c90 (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-errors.c | 53 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c90() function
|
| HD | c-tree.h | 633 extern void pedwarn_c90 (location_t, int opt, const char *, ...) ATTRIBUTE_GCC_DIAG(3,4);
|
| HD | c-parser.c | 4152 pedwarn_c90 (loc, in c_parser_compound_statement_nostart() 4183 pedwarn_c90 (loc, (pedantic && !flag_isoc99) in c_parser_compound_statement_nostart()
|
| HD | c-decl.c | 8912 pedwarn_c90 (loc, OPT_Wlong_long, in declspecs_add_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-errors.c | 75 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c90() function
|
| HD | c-decl.c | 4538 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 …]
|
| HD | c-tree.h | 762 extern bool pedwarn_c90 (location_t, int opt, const char *, ...)
|
| HD | c-parser.c | 2996 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()
|
| HD | c-typeck.c | 2684 pedwarn_c90 (loc, OPT_Wpedantic, in build_array_ref()
|