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

/freebsd-12-stable/contrib/binutils/gas/
H A Dstabs.c586 static char *prev_file = NULL; local
598 if (prev_file == NULL)
601 prev_file = xstrdup (file);
605 && strcmp (file, prev_file) == 0)
614 if (strcmp (file, prev_file) != 0)
616 free (prev_file);
617 prev_file = xstrdup (file);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp405 FileSpec prev_file; local
408 line_entry.Dump(s, target, prev_file != line_entry.original_file, style,
411 prev_file = line_entry.original_file;

Completed in 105 milliseconds