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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 1429 int len_lnum = num_digits (exploc.line); local
1430 if (len_lnum < 3)
1431 len_lnum = 3;
1436 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc;
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1304 int len_lnum = num_digits (exploc.line); local
1305 if (len_lnum < 3)
1306 len_lnum = 3;
1311 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc;

Completed in 21 milliseconds