Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref.cc297 remove_useless_eaf_flags (int eaf_flags, int ecf_flags, bool returns_void) in remove_useless_eaf_flags() argument
300 eaf_flags &= ~implicit_const_eaf_flags; in remove_useless_eaf_flags()
302 eaf_flags &= ~implicit_pure_eaf_flags; in remove_useless_eaf_flags()
304 eaf_flags &= ~(EAF_NOT_RETURNED_DIRECTLY | EAF_NOT_RETURNED_INDIRECTLY); in remove_useless_eaf_flags()
305 return eaf_flags; in remove_useless_eaf_flags()
H A DChangeLog-20204623 attribute; check eaf_flags for usefulness.
4626 attribute; check eaf_flags for usefulness.