Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1247 } cpp_comment; typedef
1254 cpp_comment *entries;
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1368 } cpp_comment; typedef
1375 cpp_comment *entries;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c694 const cpp_comment *lhs = (const cpp_comment *) lp; in compare_comment()
695 const cpp_comment *rhs = (const cpp_comment *) rp; in compare_comment()
799 qsort (comments->entries, comments->count, sizeof (cpp_comment), in dump_ada_nodes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc694 const cpp_comment *lhs = (const cpp_comment *) lp; in compare_comment()
695 const cpp_comment *rhs = (const cpp_comment *) rp; in compare_comment()
799 qsort (comments->entries, comments->count, sizeof (cpp_comment), in dump_ada_nodes()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c2107 pfile->comments.entries = (cpp_comment *) xmalloc in store_comment()
2108 (pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()
2114 pfile->comments.entries = (cpp_comment *) xrealloc in store_comment()
2116 pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2743 pfile->comments.entries = (cpp_comment *) xmalloc in store_comment()
2744 (pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()
2750 pfile->comments.entries = (cpp_comment *) xrealloc in store_comment()
2752 pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()