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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 800 tree e_type, i_type, a_type;
876 i_type = build_index_type (size_int (nchars - 1));
877 a_type = build_array_type (e_type, i_type);
7791 tree I_type, I_type_ptr;
7819 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7820 I_type_ptr = build_pointer_type (I_type);
7830 p1 = build2_loc (loc, MEM_REF, I_type,
7861 tree I_type, I_type_ptr;
7899 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7900 I_type_ptr = build_pointer_type (I_type);
799 tree e_type, i_type, a_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 779 tree e_type, i_type, a_type;
855 i_type = build_index_type (size_int (nchars - 1));
856 a_type = build_array_type (e_type, i_type);
7585 tree I_type, I_type_ptr;
7613 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7614 I_type_ptr = build_pointer_type (I_type);
7621 p1 = build1 (VIEW_CONVERT_EXPR, I_type, p1);
7650 tree I_type, I_type_ptr;
7688 I_type = builtin_type_for_size (BITS_PER_UNIT * n, 1);
7689 I_type_ptr = build_pointer_type (I_type);
778 tree e_type, i_type, a_type; local
    [all...]

Completed in 33 milliseconds