Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dflags.h227 extern int flag_next_runtime;
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()
Dtoplev.c308 int flag_next_runtime = 1; variable
310 int flag_next_runtime = 0; variable
Dc-cppbuiltin.c543 if (c_dialect_objc () && flag_next_runtime) in c_cpp_builtins()
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-stable/contrib/gcc/config/
Ddarwin-c.c482 if (c_dialect_objc () && !flag_next_runtime) in darwin_register_objc_includes()
Ddarwin.c1164 if (flag_next_runtime) in machopic_select_section()