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

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 2997 tree itype1 = build_index_type (size_int (csz - 1));
2998 tree atype1 = build_cplus_array_type (sizetype, itype1);
2995 tree itype1 = build_index_type (size_int (csz - 1)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 2969 tree itype1 = build_index_type (size_int (csz - 1));
2970 tree atype1 = build_cplus_array_type (sizetype, itype1);
2967 tree itype1 = build_index_type (size_int (csz - 1)); local

Completed in 38 milliseconds