HomeSort by: relevance | last modified time | path
    Searched refs:old_opts (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 300 const struct cl_target_option *old_opts,
307 was_set = (!old_opts) ? false : is_set (old_opts);
335 const struct cl_target_option *old_opts)
337 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_OPT_HTM), old_opts,
339 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_OPT_VX), old_opts,
341 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_ZVECTOR), old_opts,
343 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_ZVECTOR), old_opts,
347 pfile, target_flag_set_p (MASK_ZVECTOR), old_opts, opts,
359 old_opts, opts, "__LONG_DOUBLE_VX__", "__LONG_DOUBLE_VX__")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 300 const struct cl_target_option *old_opts,
307 was_set = (!old_opts) ? false : is_set (old_opts);
335 const struct cl_target_option *old_opts)
337 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_OPT_HTM), old_opts,
339 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_OPT_VX), old_opts,
341 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_ZVECTOR), old_opts,
343 s390_def_or_undef_macro (pfile, target_flag_set_p (MASK_ZVECTOR), old_opts,
347 pfile, target_flag_set_p (MASK_ZVECTOR), old_opts, opts,
359 old_opts, opts, "__LONG_DOUBLE_VX__", "__LONG_DOUBLE_VX__")
    [all...]
  /src/lib/libmenu/
menu.c 311 OPTIONS old_opts = menu->opts; local
337 if ((menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR))
352 OPTIONS old_opts = menu->opts; local
378 (menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR))
392 OPTIONS old_opts = menu->opts; local
397 (menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR))
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 898 tree old_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (*node); local
914 if (old_opts)
916 TREE_OPTIMIZATION (old_opts));
  /src/external/bsd/nsd/dist/
options.h 527 struct nsd_options* old_opts);
options.c 234 struct nsd_options* old_opts)
289 old_opts ? pattern_options_find(old_opts, pat->pname)
375 if( !old_opts /* Okay to add a cat producer member zone pat */
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 5525 tree old_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (*node); local
5545 if (old_opts)
5547 TREE_OPTIMIZATION (old_opts));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 5941 tree old_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (*node); local
5961 if (old_opts)
5963 TREE_OPTIMIZATION (old_opts));

Completed in 40 milliseconds