Searched defs:end_column (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 189 unsigned end_line, unsigned end_column) { in PrintExtent() 421 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local 1217 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 4253 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 4268 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coverage.c | 654 int end_column in coverage_begin_function() local
|
H A D | gcov.c | 291 unsigned end_column; variable 1745 unsigned end_column = gcov_read_unsigned (); in read_graph_file() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coverage.cc | 659 int end_column in coverage_begin_function() local
|
H A D | gcov.cc | 291 unsigned end_column; member in function_info 1855 unsigned end_column = gcov_read_unsigned (); in read_graph_file() local
|
/netbsd-src/external/bsd/less/dist/ |
H A D | line.c | 68 static int end_column; /* Printable length, accounting for backspaces, etc. */ variable
|