Searched refs:check_for_loop_decls (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-tree.h | 457 extern tree check_for_loop_decls (location_t, bool);
|
| HD | c-parser.c | 4931 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 4935 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 4961 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 4965 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 9901 decl = check_for_loop_decls (for_loc, flag_isoc99); in c_parser_omp_for_loop()
|
| HD | c-decl.c | 8479 check_for_loop_decls (location_t loc, bool turn_off_iso_c99_error) in check_for_loop_decls() function
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-tree.h | 539 extern tree check_for_loop_decls (location_t, bool);
|
| HD | c-parser.c | 6100 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 6104 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 6130 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 6134 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 15730 decl = check_for_loop_decls (for_loc, flag_isoc99); in c_parser_omp_for_loop()
|
| HD | c-decl.c | 9595 check_for_loop_decls (location_t loc, bool turn_off_iso_c99_error) in check_for_loop_decls() function
|