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

  /src/external/gpl3/gcc/dist/gcc/
gcc-rich-location.h 160 : m_labelled_type (labelled_type), m_other_type (other_type)
168 tree m_other_type; member in class:range_label_for_type_mismatch
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-rich-location.h 158 : m_labelled_type (labelled_type), m_other_type (other_type)
166 tree m_other_type; member in class:range_label_for_type_mismatch
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 673 m_other_type (other_type) {}
675 type *dereference () final override { return m_other_type; }
686 type *is_pointer () final override { return m_other_type; }
695 type *m_other_type; member in class:gcc::jit::recording::memento_of_get_pointer
706 m_other_type (other_type) {}
708 type *dereference () final override { return m_other_type->dereference (); }
710 size_t get_size () final override { return m_other_type->get_size (); };
712 bool is_int () const override { return m_other_type->is_int (); }
713 bool is_float () const final override { return m_other_type->is_float (); }
714 bool is_bool () const final override { return m_other_type->is_bool ();
724 type *m_other_type; member in class:gcc::jit::recording::decorated_type
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 657 m_other_type (other_type) {}
659 type *dereference () FINAL OVERRIDE { return m_other_type; }
670 type *is_pointer () FINAL OVERRIDE { return m_other_type; }
679 type *m_other_type; member in class:gcc::jit::recording::memento_of_get_pointer
690 m_other_type (other_type) {}
692 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); }
694 size_t get_size () FINAL OVERRIDE { return m_other_type->get_size (); };
696 bool is_int () const FINAL OVERRIDE { return m_other_type->is_int (); }
697 bool is_float () const FINAL OVERRIDE { return m_other_type->is_float (); }
698 bool is_bool () const FINAL OVERRIDE { return m_other_type->is_bool ();
705 type *m_other_type; member in class:gcc::jit::recording::decorated_type
    [all...]

Completed in 55 milliseconds