Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h967 } cpp_comment; typedef
974 cpp_comment *entries;
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h1137 } cpp_comment; typedef
1144 cpp_comment *entries;
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c558 const cpp_comment *lhs = (const cpp_comment *) lp; in compare_comment()
559 const cpp_comment *rhs = (const cpp_comment *) rp; in compare_comment()
633 qsort (comments->entries, comments->count, sizeof (cpp_comment), in dump_ada_nodes()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ada-spec.c693 const cpp_comment *lhs = (const cpp_comment *) lp; in compare_comment()
694 const cpp_comment *rhs = (const cpp_comment *) rp; in compare_comment()
798 qsort (comments->entries, comments->count, sizeof (cpp_comment), in dump_ada_nodes()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dlex.c1641 pfile->comments.entries = (cpp_comment *) xmalloc in store_comment()
1642 (pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()
1648 pfile->comments.entries = (cpp_comment *) xrealloc in store_comment()
1650 pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dlex.c2096 pfile->comments.entries = (cpp_comment *) xmalloc in store_comment()
2097 (pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()
2103 pfile->comments.entries = (cpp_comment *) xrealloc in store_comment()
2105 pfile->comments.allocated * sizeof (cpp_comment)); in store_comment()