Searched refs:tag_lines (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-dump.c | 38 static void tag_lines (const char *, unsigned, unsigned, unsigned); 73 {GCOV_TAG_LINES, "LINES", tag_lines}, 378 tag_lines (const char *filename ATTRIBUTE_UNUSED, in tag_lines() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-dump.cc | 38 static void tag_lines (const char *, unsigned, int, unsigned); 74 {GCOV_TAG_LINES, "LINES", tag_lines}, 385 tag_lines (const char *filename ATTRIBUTE_UNUSED, in tag_lines() function
|
H A D | ChangeLog-2003 | 22825 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters, 27114 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines, 27550 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
|
H A D | ChangeLog-2020 | 18313 (tag_lines): Likewise.
|
H A D | ChangeLog-2017 | 33044 (tag_lines): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-util.c | 63 static void tag_lines (unsigned, unsigned); 135 {GCOV_TAG_LINES, "LINES", tag_lines}, 194 tag_lines (unsigned tag ATTRIBUTE_UNUSED, unsigned length ATTRIBUTE_UNUSED) in tag_lines() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-util.c | 63 static void tag_lines (unsigned, int); 133 {GCOV_TAG_LINES, "LINES", tag_lines}, 192 tag_lines (unsigned tag ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) in tag_lines() function
|
H A D | ChangeLog | 1196 (tag_lines): Read only if COUNTERS is non-zero. 6349 (tag_lines): Ditto.
|