Home
last modified time | relevance | path

Searched refs:old_opts (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-c.cc300 const struct cl_target_option *old_opts, in s390_def_or_undef_macro() argument
307 was_set = (!old_opts) ? false : is_set (old_opts); in s390_def_or_undef_macro()
335 const struct cl_target_option *old_opts) in s390_cpu_cpp_builtins_internal() argument
337 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_OPT_HTM), old_opts, in s390_cpu_cpp_builtins_internal()
339 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_OPT_VX), old_opts, in s390_cpu_cpp_builtins_internal()
341 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_ZVECTOR), old_opts, in s390_cpu_cpp_builtins_internal()
343 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_ZVECTOR), old_opts, in s390_cpu_cpp_builtins_internal()
347 pfile, target_flag_set_p (MASK_ZVECTOR), old_opts, opts, in s390_cpu_cpp_builtins_internal()
359 old_opts, opts, "__LONG_DOUBLE_VX__", "__LONG_DOUBLE_VX__"); in s390_cpu_cpp_builtins_internal()
364 old_opts, opts, "__VECTOR_KEYWORD_SUPPORTED__", in s390_cpu_cpp_builtins_internal()
[all …]
/netbsd/src/lib/libmenu/
Dmenu.c311 OPTIONS old_opts = menu->opts; in set_menu_opts() local
337 if ((menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR)) in set_menu_opts()
352 OPTIONS old_opts = menu->opts; in menu_opts_on() local
378 (menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR)) in menu_opts_on()
392 OPTIONS old_opts = menu->opts; in menu_opts_off() local
397 (menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR)) in menu_opts_off()