Searched refs:tag_arcs (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-dump.c | 37 static void tag_arcs (const char *, unsigned, unsigned, unsigned); 72 {GCOV_TAG_ARCS, "ARCS", tag_arcs}, 336 tag_arcs (const char *filename ATTRIBUTE_UNUSED, in tag_arcs() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-dump.cc | 37 static void tag_arcs (const char *, unsigned, int, unsigned); 73 {GCOV_TAG_ARCS, "ARCS", tag_arcs}, 343 tag_arcs (const char *filename ATTRIBUTE_UNUSED, in tag_arcs() function
|
H A D | ChangeLog-2003 | 14483 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros. 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 | 18312 (tag_arcs): Likewise.
|
H A D | ChangeLog-2011 | 1871 * gcov-dump.c (tag_arcs): Decode arc flags.
|
H A D | ChangeLog-2017 | 33043 (tag_arcs): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-util.c | 62 static void tag_arcs (unsigned, unsigned); 134 {GCOV_TAG_ARCS, "ARCS", tag_arcs}, 185 tag_arcs (unsigned tag ATTRIBUTE_UNUSED, unsigned length ATTRIBUTE_UNUSED) in tag_arcs() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-util.c | 62 static void tag_arcs (unsigned, int); 132 {GCOV_TAG_ARCS, "ARCS", tag_arcs}, 183 tag_arcs (unsigned tag ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) in tag_arcs() function
|
H A D | ChangeLog | 1193 (tag_arcs): Likewise. 6348 (tag_arcs): Ditto.
|