Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2352 template<unsigned I> bool get_flag_bit () const in get_flag_bit() function in depset
2361 return !get_flag_bit<DB_ZERO_BIT> (); in is_binding()
2374 return get_flag_bit<DB_DEFN_BIT> (); in has_defn()
2382 return get_flag_bit<DB_IS_MEMBER_BIT> (); in is_member()
2387 return get_flag_bit<DB_IS_INTERNAL_BIT> (); in is_internal()
2391 return get_flag_bit<DB_REFS_INTERNAL_BIT> (); in refs_internal()
2395 return get_flag_bit<DB_IMPORTED_BIT> (); in is_import()
2399 return get_flag_bit<DB_UNREACHED_BIT> (); in is_unreached()
2403 return get_flag_bit<DB_ALIAS_TMPL_INST_BIT> (); in is_alias_tmpl_inst()
2407 return get_flag_bit<DB_ALIAS_SPEC_BIT> (); in is_alias()
[all …]