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

  /src/external/gpl3/gcc/dist/gcc/cp/
ptree.cc 431 bool hidden_p = iter.hidden_p (); local
434 hidden_p ? 'H' : '-',
name-lookup.cc 3040 gcc_checking_assert (!iter.hidden_p ());
3926 else if (iter.hidden_p ()
3941 = duplicate_decls (decl, *iter, hiding, iter.hidden_p ()))
3949 else if (iter.hidden_p () && !hiding)
4234 if (iter.hidden_p ())
4304 if (iter.hidden_p ())
5269 else if (old.hidden_p () && DECL_IS_UNDECLARED_BUILTIN (old_fn))
6323 bool hidden_p = false;
6347 hidden_p = iter.hidden_p ();
6319 bool hidden_p = false; local
    [all...]
cp-tree.h 900 bool hidden_p () const
897 bool hidden_p () const function in class:ovl_iterator
  /src/external/gpl3/gcc.old/dist/gcc/cp/
ptree.cc 415 bool hidden_p = iter.hidden_p (); local
418 hidden_p ? 'H' : '-',
name-lookup.cc 2859 gcc_checking_assert (!iter.hidden_p ());
3678 else if (iter.hidden_p ()
3684 = duplicate_decls (decl, *iter, hiding, iter.hidden_p ()))
3692 else if (iter.hidden_p () && !hiding)
3936 if (iter.hidden_p ())
4006 if (iter.hidden_p ())
4893 else if (old.hidden_p () && DECL_IS_UNDECLARED_BUILTIN (old_fn))
5907 bool hidden_p = false;
5931 hidden_p = iter.hidden_p ();
5903 bool hidden_p = false; local
    [all...]
cp-tree.h 875 bool hidden_p () const
872 bool hidden_p () const function in class:ovl_iterator

Completed in 74 milliseconds