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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.h 70 bool useful_p (int ecf_flags, bool check_flags = true);
ipa-modref.cc 320 If CHECK_FLAGS is false assume that arg_flags are useful. */
323 modref_summary::useful_p (int ecf_flags, bool check_flags)
325 if (arg_flags.length () && !check_flags)
327 if (check_flags && eaf_flags_useful_p (arg_flags, ecf_flags))
330 if (check_flags && remove_useless_eaf_flags (retslot_flags, ecf_flags, false))
332 if (check_flags
371 bool useful_p (int ecf_flags, bool check_flags = true);
393 If CHECK_FLAGS is false assume that arg_flags are useful. */
396 modref_summary_lto::useful_p (int ecf_flags, bool check_flags)
398 if (arg_flags.length () && !check_flags)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.h 70 bool useful_p (int ecf_flags, bool check_flags = true);
ipa-modref.cc 322 If CHECK_FLAGS is false assume that arg_flags are useful. */
325 modref_summary::useful_p (int ecf_flags, bool check_flags)
327 if (arg_flags.length () && !check_flags)
329 if (check_flags && eaf_flags_useful_p (arg_flags, ecf_flags))
332 if (check_flags && remove_useless_eaf_flags (retslot_flags, ecf_flags, false))
334 if (check_flags
373 bool useful_p (int ecf_flags, bool check_flags = true);
395 If CHECK_FLAGS is false assume that arg_flags are useful. */
398 modref_summary_lto::useful_p (int ecf_flags, bool check_flags)
400 if (arg_flags.length () && !check_flags)
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
texceptions.c 156 check_flags (void) function
564 check_flags();
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 1537 check_flags( function
1624 return check_flags(psau, name, flags) ? ISC_FALSE : ISC_TRUE;

Completed in 32 milliseconds