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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 848 const int nchars_max = flag_isoc99 ? 4095 : 509;
850 if (nchars - 1 > nchars_max)
858 nchars - 1, nchars_max, relevant_std);
847 const int nchars_max = flag_isoc99 ? 4095 : 509; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 827 const int nchars_max = flag_isoc99 ? 4095 : 509;
829 if (nchars - 1 > nchars_max)
837 nchars - 1, nchars_max, relevant_std);
826 const int nchars_max = flag_isoc99 ? 4095 : 509; local

Completed in 33 milliseconds