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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 367 tree common_t;
369 common_t = c_common_type_for_mode (TYPE_MODE (t),
372 common_t = c_common_type_for_mode (TYPE_MODE (t),
374 if (common_t && TYPE_NAME (common_t))
376 simple_type_specifier (common_t);
377 if (TYPE_PRECISION (common_t) != prec)
365 tree common_t; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 366 tree common_t;
368 common_t = c_common_type_for_mode (TYPE_MODE (t),
371 common_t = c_common_type_for_mode (TYPE_MODE (t),
373 if (common_t && TYPE_NAME (common_t))
375 simple_type_specifier (common_t);
376 if (TYPE_PRECISION (common_t) != prec)
364 tree common_t; local

Completed in 35 milliseconds