Searched refs:check_for_loop_decls (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 583 extern tree check_for_loop_decls (location_t, bool);
|
H A D | c-parser.cc | 6820 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 6825 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 6852 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 6857 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 19332 decl = check_for_loop_decls (for_loc, flag_isoc99); in c_parser_omp_for_loop()
|
H A D | ChangeLog | 2368 * c-decl.c (check_for_loop_decls): Wrap an option name 2944 * c-decl.c (check_for_loop_decls): Add -Wc90-c99-compat warning about 8077 * c-decl.c (check_for_loop_decls): Improve diagnostics messages.
|
H A D | c-decl.cc | 10428 check_for_loop_decls (location_t loc, bool turn_off_iso_c99_error) in check_for_loop_decls() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 570 extern tree check_for_loop_decls (location_t, bool);
|
H A D | c-parser.c | 6870 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 6875 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 6902 if (check_for_loop_decls (for_loc, true) == NULL_TREE) in c_parser_for_statement() 6907 check_for_loop_decls (for_loc, flag_isoc99); in c_parser_for_statement() 18158 decl = check_for_loop_decls (for_loc, flag_isoc99); in c_parser_omp_for_loop()
|
H A D | c-decl.c | 10031 check_for_loop_decls (location_t loc, bool turn_off_iso_c99_error) in check_for_loop_decls() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2006 | 22211 (check_for_loop_decls): Update decl. 22224 (check_for_loop_decls): Return a singular decl found.
|
H A D | ChangeLog-2010 | 11274 (c_parser_omp_for_loop): Updated call to check_for_loop_decls(). 11275 * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC 11278 * c-tree.h (check_for_loop_decls): Updated declaration.
|
H A D | ChangeLog-2009 | 19613 * c-tree.h (check_for_loop_decls, undeclared_variable, 19631 (check_for_loop_decls): New argument.
|
H A D | ChangeLog-2000 | 3435 * c-decl.c (check_for_loop_decls): New function. 3438 * c-tree.h (check_for_loop_decls): New declaration.
|
H A D | ChangeLog-2003 | 12101 (check_for_loop_decls): Refer directly to current_scope->tags. 13295 (check_for_loop_decls): Likewise.
|
H A D | ChangeLog-2004 | 37480 (grokdeclarator, start_function, check_for_loop_decls) 42114 (check_for_loop_decls): Don't use getdecls.
|
H A D | ChangeLog-2008 | 9486 * c-decl.c (check_for_loop_decls): Improve error message. Give
|
H A D | ChangeLog-2001 | 7152 check_for_loop_decls): Separate messages for struct, union and
|