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

  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 219 compare_locations (struct macro_source_file *file1, int line1,
332 return compare_locations (key->start_file, key->start_line,
677 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
997 if (compare_locations (key->start_file, key->start_line,
1000 || compare_locations (key->end_file, key->end_line,
216 compare_locations (struct macro_source_file *file1, int line1, function
  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 218 compare_locations (struct macro_source_file *file1, int line1,
331 return compare_locations (key->start_file, key->start_line,
673 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
998 if (compare_locations (key->start_file, key->start_line,
1001 || compare_locations (key->end_file, key->end_line,
215 compare_locations (struct macro_source_file *file1, int line1, function

Completed in 26 milliseconds