HomeSort by: relevance | last modified time | path
    Searched defs:is_lazy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.h 79 union GTY((desc ("%1.is_lazy ()"))) binding_slot_lazy {
85 gcc_checking_assert (!is_lazy ());
93 bool is_lazy () const
104 gcc_checking_assert (is_lazy ());
109 gcc_checking_assert (is_lazy ());
92 bool is_lazy () const function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.h 79 union GTY((desc ("%1.is_lazy ()"))) binding_slot_lazy {
85 gcc_checking_assert (!is_lazy ());
93 bool is_lazy () const
104 gcc_checking_assert (is_lazy ());
109 gcc_checking_assert (is_lazy ());
92 bool is_lazy () const function

Completed in 19 milliseconds