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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 6111 tree intt;
6161 intt = c_common_type_for_size
6163 if (!intt)
6170 result_type = build_opaque_vector_type (intt,
6103 tree intt; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 5781 tree intt;
5831 intt = c_common_type_for_size
5833 if (!intt)
5840 result_type = build_opaque_vector_type (intt,
5773 tree intt; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 13160 tree intt;
13191 intt = c_common_type_for_size (GET_MODE_BITSIZE
13194 if (!intt)
13201 result_type = build_opaque_vector_type (intt,
13324 tree intt;
13355 intt = c_common_type_for_size (GET_MODE_BITSIZE
13358 if (!intt)
13365 result_type = build_opaque_vector_type (intt,
13121 tree intt; local
13285 tree intt; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 12312 tree intt;
12343 intt = c_common_type_for_size (GET_MODE_BITSIZE
12346 if (!intt)
12353 result_type = build_opaque_vector_type (intt,
12448 tree intt;
12479 intt = c_common_type_for_size (GET_MODE_BITSIZE
12482 if (!intt)
12489 result_type = build_opaque_vector_type (intt,
12275 tree intt; local
12411 tree intt; local

Completed in 87 milliseconds