Home
last modified time | relevance | path

Searched refs:tag_function (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgcov-dump.c36 static void tag_function (const char *, unsigned, unsigned);
68 {GCOV_TAG_FUNCTION, "FUNCTION", tag_function},
278 tag_function (const char *filename ATTRIBUTE_UNUSED, in tag_function() function