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

  /src/external/gpl3/gcc/dist/gcc/
stmt.cc 942 tree inner_index_type = TREE_TYPE (inner_index_expr);
944 if (INTEGRAL_TYPE_P (inner_index_type)
945 && TYPE_PRECISION (inner_index_type) <= BITS_PER_WORD
946 && int_fits_type_p (minval, inner_index_type)
947 && int_fits_type_p (maxval, inner_index_type))
950 index_type = inner_index_type;
935 tree inner_index_type = TREE_TYPE (inner_index_expr); local
  /src/external/gpl3/gcc.old/dist/gcc/
stmt.cc 944 tree inner_index_type = TREE_TYPE (inner_index_expr);
946 if (INTEGRAL_TYPE_P (inner_index_type)
947 && TYPE_PRECISION (inner_index_type) <= BITS_PER_WORD
948 && int_fits_type_p (minval, inner_index_type)
949 && int_fits_type_p (maxval, inner_index_type))
952 index_type = inner_index_type;
937 tree inner_index_type = TREE_TYPE (inner_index_expr); local

Completed in 15 milliseconds