Searched refs:line_col (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.h53 uint32_t line_col; /* Line number (bits 31-11) and column (11-0). */ member in struct:btf_ext_lineinfo
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c391 const char *line_col = maybe_line_and_column (line, col);
393 line_col, locus_ce);
659 const char *line_col
671 "locus", LINEMAP_FILE (map), line_col);
389 const char *line_col = maybe_line_and_column (line, col); local
657 const char *line_col local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc473 const char *line_col = maybe_line_and_column (line, col);
475 line_col, locus_ce);
781 const char *line_col = maybe_line_and_column (s.line, col);
800 "locus", s.file, line_col);

Completed in 107 milliseconds