Home
last modified time | relevance | path

Searched refs:flag_hosted (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c458 flag_hosted = value; in c_common_handle_option()
874 warn_main = (c_dialect_cxx () && flag_hosted) ? 1 : 0; in c_common_post_options()
876 warn_main = flag_hosted ? 1 : 0; in c_common_post_options()
1448 cpp_init_builtins (parse_in, flag_hosted); in c_finish_options()
1528 if (flag_hosted && std_inc && !cpp_opts->preprocessed) in push_command_line_include()
H A Dc-common.h673 extern int flag_hosted;
H A Dc-common.c230 int flag_hosted = 1; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc481 flag_hosted = value; in c_common_handle_option()
895 warn_main = (c_dialect_cxx () && flag_hosted) ? 1 : 0; in c_common_post_options()
897 warn_main = flag_hosted ? 1 : 0; in c_common_post_options()
1496 cpp_init_builtins (parse_in, flag_hosted); in c_finish_options()
1577 if (flag_hosted && std_inc && !cpp_opts->preprocessed) in push_command_line_include()
H A Dc-common.h692 extern int flag_hosted;
H A Dc-common.cc233 int flag_hosted = 1; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc42 return flag_hosted && MAIN_NAME_P (DECL_ASSEMBLER_NAME (decl)); in c_missing_noreturn_ok_p()
H A Dc-decl.cc7659 if (flag_hosted && MAIN_NAME_P (declarator->u.id.id)) in grokdeclarator()
10289 if (MAIN_NAME_P (DECL_NAME (fndecl)) && flag_hosted in finish_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c42 return flag_hosted && MAIN_NAME_P (DECL_ASSEMBLER_NAME (decl)); in c_missing_noreturn_ok_p()
H A Dc-decl.c7338 if (flag_hosted && MAIN_NAME_P (declarator->u.id.id)) in grokdeclarator()
9892 if (MAIN_NAME_P (DECL_NAME (fndecl)) && flag_hosted in finish_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h738 && flag_hosted)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h768 && flag_hosted)
H A DChangeLog-20001664 * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200010987 * c-tree.h (flag_hosted): Move declaration from here...
10988 * c-common.h (flag_hosted): ... to here.
10994 format attributes if flag_hosted. Only provide the gettext
13292 flag_hosted. In C99 mode, return 0 from 'main' unless
H A DFSFChangeLog.117905 * c-tree.h (warn_main, flag_hosted): New variables.
H A DChangeLog-200323385 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.117905 * c-tree.h (warn_main, flag_hosted): New variables.