Searched refs:comment_start (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/gcc-8.0/libcpp/ |
| H A D | lex.c | 2178 fallthrough_comment_p (cpp_reader *pfile, const unsigned char *comment_start) in fallthrough_comment_p() argument 2180 const unsigned char *from = comment_start + 1; in fallthrough_comment_p() 2398 if (*comment_start == '*') in fallthrough_comment_p() 2417 if (*comment_start == '*') in fallthrough_comment_p() 2707 const unsigned char *comment_start; in _cpp_lex_direct() local 2856 comment_start = buffer->cur; in _cpp_lex_direct() 2932 if (fallthrough_comment_p (pfile, comment_start)) in _cpp_lex_direct() 2937 size_t len = pfile->buffer->cur - comment_start; in _cpp_lex_direct() 2938 pfile->cb.comment (pfile, result->src_loc, comment_start - 1, in _cpp_lex_direct() 2952 save_comment (pfile, result, comment_start, c); in _cpp_lex_direct()
|
| /dflybsd-src/contrib/gcc-4.7/libcpp/ |
| H A D | lex.c | 1987 const unsigned char *comment_start; in _cpp_lex_direct() local 2127 comment_start = buffer->cur; in _cpp_lex_direct() 2172 save_comment (pfile, result, comment_start, c); in _cpp_lex_direct()
|