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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 560 return this->unqualified ()->is_same_type_as (rtype->unqualified ());
569 virtual type *unqualified () function in class:gcc::jit::recording::type
741 type *unqualified () final override { return m_other_type; }
774 type *unqualified () final override { return m_other_type; }
800 type *unqualified () final override { return m_other_type; }
820 type *unqualified () final override { return m_other_type; }
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 546 return this->unqualified ()->is_same_type_as (rtype->unqualified ());
555 virtual type *unqualified () function in class:gcc::jit::recording::type
722 type *unqualified () FINAL OVERRIDE { return m_other_type; }
755 type *unqualified () FINAL OVERRIDE { return m_other_type; }
775 type *unqualified () FINAL OVERRIDE { return m_other_type; }

Completed in 16 milliseconds