Home
last modified time | relevance | path

Searched refs:check_for_loop_decls (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDc-tree.h457 extern tree check_for_loop_decls (location_t, bool);
HDc-parser.c4931 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()
HDc-decl.c8479 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/
HDc-tree.h539 extern tree check_for_loop_decls (location_t, bool);
HDc-parser.c6100 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()
HDc-decl.c9595 check_for_loop_decls (location_t loc, bool turn_off_iso_c99_error) in check_for_loop_decls() function