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

  /src/external/gpl3/gcc/dist/gcc/
rtl-iter.h 55 typedef typename T::rtx_type rtx_type; typedef in class:generic_subrtx_iterator
106 rtx_type);
174 rtx_type x = T::get_rtx (m_current);
240 typedef const_rtx rtx_type; typedef in struct:const_rtx_accessor
242 static rtx_type get_rtx (value_type x) { return x; }
243 static value_type get_value (rtx_type x) { return x; }
251 typedef rtx rtx_type; typedef in struct:rtx_var_accessor
253 static rtx_type get_rtx (value_type x) { return x; }
254 static value_type get_value (rtx_type x) { return x;
262 typedef rtx rtx_type; typedef in struct:rtx_ptr_accessor
    [all...]
rtl-iter.h 55 typedef typename T::rtx_type rtx_type; typedef in class:generic_subrtx_iterator
106 rtx_type);
174 rtx_type x = T::get_rtx (m_current);
240 typedef const_rtx rtx_type; typedef in struct:const_rtx_accessor
242 static rtx_type get_rtx (value_type x) { return x; }
243 static value_type get_value (rtx_type x) { return x; }
251 typedef rtx rtx_type; typedef in struct:rtx_var_accessor
253 static rtx_type get_rtx (value_type x) { return x; }
254 static value_type get_value (rtx_type x) { return x;
262 typedef rtx rtx_type; typedef in struct:rtx_ptr_accessor
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl-iter.h 55 typedef typename T::rtx_type rtx_type; typedef in class:generic_subrtx_iterator
106 rtx_type);
174 rtx_type x = T::get_rtx (m_current);
240 typedef const_rtx rtx_type; typedef in struct:const_rtx_accessor
242 static rtx_type get_rtx (value_type x) { return x; }
243 static value_type get_value (rtx_type x) { return x; }
251 typedef rtx rtx_type; typedef in struct:rtx_var_accessor
253 static rtx_type get_rtx (value_type x) { return x; }
254 static value_type get_value (rtx_type x) { return x;
262 typedef rtx rtx_type; typedef in struct:rtx_ptr_accessor
    [all...]
rtl-iter.h 55 typedef typename T::rtx_type rtx_type; typedef in class:generic_subrtx_iterator
106 rtx_type);
174 rtx_type x = T::get_rtx (m_current);
240 typedef const_rtx rtx_type; typedef in struct:const_rtx_accessor
242 static rtx_type get_rtx (value_type x) { return x; }
243 static value_type get_value (rtx_type x) { return x; }
251 typedef rtx rtx_type; typedef in struct:rtx_var_accessor
253 static rtx_type get_rtx (value_type x) { return x; }
254 static value_type get_value (rtx_type x) { return x;
262 typedef rtx rtx_type; typedef in struct:rtx_ptr_accessor
    [all...]

Completed in 44 milliseconds