Searched refs:end_file (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | macrotab.c | 159 struct macro_source_file *end_file; member 342 k->end_file = 0; in new_macro_key() 617 query.end_file = NULL; in find_definition() 649 if (compare_locations (file, line, found->end_file, found->end_line) < 0) in find_definition() 793 if (key->end_file) in macro_undef() 797 source->filename, line, key->end_file->filename, in macro_undef() 803 key->end_file = source; in macro_undef()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 796 FileSpec end_file; in DisplayFunctionSource() local 807 sc.function->GetEndLineSourceInfo(end_file, end_line); in DisplayFunctionSource()
|
/openbsd/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 422 CXFile begin_file, end_file; in PrintRange() local 428 &end_file, &end_line, &end_column, 0); in PrintRange() 429 if (!begin_file || !end_file) in PrintRange() 1229 CXFile start_file, end_file; in PrintDiagnostic() local 1232 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic() 1240 if (start_file == file && end_file == file) { in PrintDiagnostic() 1247 if (start_file == end_file) { in PrintDiagnostic()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | collect2.c | 3044 static void end_file PARAMS ((struct file_info *)); 3316 end_file (obj_file); 3604 end_file (ptr) in end_file() function
|
H A D | FSFChangeLog | 810 (read_file, end_file): Likewise.
|
H A D | FSFChangeLog.10 | 5835 * collect2.c (end_file): Fix typo in error message text.
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1058 HANDLE_DW_MACRO(0x04, end_file) 1072 HANDLE_DW_MACRO_GNU(0x04, end_file)
|