Lines Matching refs:outermost
3541 bool check_read (bool outermost, bool ok);
3641 bool do_import (cpp_reader *, bool outermost);
5944 outermost class. */
15264 between the outermost containing namespace-scope class and the
15346 For every key-like entity, find the outermost namespace-scope
16245 /* Root the outermost map at our location. */
17922 module_state::read_preprocessor (bool outermost)
17962 return check_read (outermost, ok);
17968 module_state::read_language (bool outermost)
18073 return check_read (outermost, ok);
18154 module_state::check_read (bool outermost, bool ok)
18156 gcc_checking_assert (!outermost || slurp->current == ~0u);
18180 if (outermost)
18656 module_state::do_import (cpp_reader *reader, bool outermost)
18692 return check_read (outermost, ok);
18777 lazy cookie. OUTER is true if this is the outermost lazy, (used
18787 /* Stop GC happening, even in outermost loads (because our caller