Home
last modified time | relevance | path

Searched refs:flag_next_runtime (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dflags.h227 extern int flag_next_runtime;
H A Dc-opts.c704 flag_next_runtime = !value; in c_common_handle_option()
733 flag_next_runtime = value; in c_common_handle_option()
1064 flag_objc_sjlj_exceptions = flag_next_runtime; in c_common_post_options()
H A Dtoplev.c308 int flag_next_runtime = 1; variable
310 int flag_next_runtime = 0; variable
H A Dc-cppbuiltin.c543 if (c_dialect_objc () && flag_next_runtime) in c_cpp_builtins()
H A DChangeLog-200513601 * c-common.c (flag_next_runtime): Move...
13602 * toplev.c (flag_next_runtime): ... here.
13603 * c-common.h (flag_next_runtime): Move...
13604 * flags.h (flag_next_runtime): ... here.
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-c.c482 if (c_dialect_objc () && !flag_next_runtime) in darwin_register_objc_includes()
H A Ddarwin.c1164 if (flag_next_runtime) in machopic_select_section()