Searched refs:last_file_lookup_index (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c1317 static unsigned int last_file_lookup_index = 0;
1332 if (last_file_lookup_index != 0)
1334 fn = file_info_table[last_file_lookup_index].file_name;
1336 return last_file_lookup_index;
1345 last_file_lookup_index = i;
1374 last_file_lookup_index = file_info_table_in_use++;
1375 return last_file_lookup_index;
1315 static unsigned int last_file_lookup_index = 0; local
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c9834 static unsigned last_file_lookup_index = 0;
9839 if (last_file_lookup_index != 0)
9840 if (strcmp (file_name, file_table[last_file_lookup_index]) == 0)
9841 return last_file_lookup_index;
9847 last_file_lookup_index = i;
9863 last_file_lookup_index = file_table_in_use++;
9865 return last_file_lookup_index;
9822 static unsigned last_file_lookup_index = 0; local

Completed in 156 milliseconds