Lines Matching defs:comment_start
2823 /* Returns true if comment at COMMENT_START is a recognized FALLTHROUGH
2827 fallthrough_comment_p (cpp_reader *pfile, const unsigned char *comment_start)
2829 const unsigned char *from = comment_start + 1;
3047 if (*comment_start == '*')
3066 if (*comment_start == '*')
3530 const unsigned char *comment_start;
3710 comment_start = buffer->cur;
3787 if (fallthrough_comment_p (pfile, comment_start))
3792 size_t len = pfile->buffer->cur - comment_start;
3793 pfile->cb.comment (pfile, result->src_loc, comment_start - 1,
3807 save_comment (pfile, result, comment_start, c);