Searched refs:file_line (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dcond.c31 struct file_line { struct
41 struct file_line if_file_line;
43 struct file_line else_file_line;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dcond.c31 struct file_line { struct
41 struct file_line if_file_line;
43 struct file_line else_file_line;
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize214 file_line = self.__read()
217 file_line = self.__process_source_path(file_line)
221 yield (function_name, file_line, local_name, offset, size, tag_offset)
235 file_line = self.__read()
236 file_line = self.__process_source_path(file_line)
237 yield (function_name, file_line)
241 def maybe_linkify(self, file_line):
243 return file_line
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm390 =head2 $pod_para-E<gt>B<file_line()>
392 my ($filename, $line_number) = $pod_para->file_line();
393 my $position = $pod_para->file_line();
403 sub file_line { subroutine
683 =head2 $pod_seq-E<gt>B<file_line()>
685 my ($filename, $line_number) = $pod_seq->file_line();
686 my $position = $pod_seq->file_line();
696 sub file_line { subroutine
H A DParser.pm855 ($cmd, $file, $line) = ($seq->name, $seq->file_line);
/openbsd-current/usr.bin/patch/
H A Dpch.c424 next_intuit_at(off_t file_pos, LINENUM file_line) argument
427 p_bline = file_line;
434 skip_to(off_t file_pos, LINENUM file_line) argument
453 p_input_line = file_line - 1;
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py1041 for file_line in options.sourceBreakpoints:
1042 (path, line) = file_line.split(':')
1045 (file_line))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c916 _cpp_do_file_change (pfile, reason, to_file, file_line, sysp)
920 unsigned int file_line;
924 pfile->line, to_file, file_line);
/openbsd-current/gnu/gcc/libcpp/
H A Ddirectives.c967 const char *to_file, unsigned int file_line,
971 to_file, file_line);
966 _cpp_do_file_change(cpp_reader *pfile, enum lc_reason reason, const char *to_file, unsigned int file_line, unsigned int sysp) argument

Completed in 312 milliseconds