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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 1432 int len_loc = num_digits (loc); local
1433 if (len_loc < 5)
1434 len_loc = 5;
1436 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc;
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1307 int len_loc = num_digits (loc); local
1308 if (len_loc < 5)
1309 len_loc = 5;
1311 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc;

Completed in 76 milliseconds