HomeSort by: relevance | last modified time | path
    Searched refs:arr_index_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.h 793 for this particular array. ARR_INDEX_TYPE is the type of the index
798 void build_one_array (int num, tree arr_index_type,
tree-switch-conversion.h 793 for this particular array. ARR_INDEX_TYPE is the type of the index
798 void build_one_array (int num, tree arr_index_type,
tree-switch-conversion.cc 618 for this particular array. ARR_INDEX_TYPE is the type of the index
625 switch_conversion::build_one_array (int num, tree arr_index_type,
667 array_type = build_array_type (value_type, arr_index_type);
719 tree arr_index_type;
744 arr_index_type = build_index_type (m_range_size);
763 build_one_array (i++, arr_index_type, phi, tidx);
718 tree arr_index_type; local
tree-switch-conversion.cc 618 for this particular array. ARR_INDEX_TYPE is the type of the index
625 switch_conversion::build_one_array (int num, tree arr_index_type,
667 array_type = build_array_type (value_type, arr_index_type);
719 tree arr_index_type;
744 arr_index_type = build_index_type (m_range_size);
763 build_one_array (i++, arr_index_type, phi, tidx);
718 tree arr_index_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.h 785 for this particular array. ARR_INDEX_TYPE is the type of the index
790 void build_one_array (int num, tree arr_index_type,
tree-switch-conversion.h 785 for this particular array. ARR_INDEX_TYPE is the type of the index
790 void build_one_array (int num, tree arr_index_type,
tree-switch-conversion.cc 582 for this particular array. ARR_INDEX_TYPE is the type of the index
589 switch_conversion::build_one_array (int num, tree arr_index_type,
631 array_type = build_array_type (value_type, arr_index_type);
683 tree arr_index_type;
700 arr_index_type = build_index_type (m_range_size);
718 build_one_array (i++, arr_index_type, phi, tidx);
682 tree arr_index_type; local
tree-switch-conversion.cc 582 for this particular array. ARR_INDEX_TYPE is the type of the index
589 switch_conversion::build_one_array (int num, tree arr_index_type,
631 array_type = build_array_type (value_type, arr_index_type);
683 tree arr_index_type;
700 arr_index_type = build_index_type (m_range_size);
718 build_one_array (i++, arr_index_type, phi, tidx);
682 tree arr_index_type; local

Completed in 89 milliseconds