Searched refs:fallthrough_comment_p (Results 1 – 3 of 3) sorted by relevance
2190 fallthrough_comment_p (cpp_reader *pfile, const unsigned char *comment_start) in fallthrough_comment_p() function2951 if (fallthrough_comment_p (pfile, comment_start)) in _cpp_lex_direct()
2826 fallthrough_comment_p (cpp_reader *pfile, const unsigned char *comment_start) in fallthrough_comment_p() function3786 if (fallthrough_comment_p (pfile, comment_start)) in _cpp_lex_direct()
2315 * lex.c (fallthrough_comment_p): Handle different2320 * lex.c (fallthrough_comment_p): Accept Else, fallthrough.2322 * lex.c (fallthrough_comment_p): Extend to handle more common FALLTHRU2325 * lex.c (fallthrough_comment_p): Fix off-by-one size comparison2328 fallthrough_comment_p comment and following token.2344 * lex.c (fallthrough_comment_p): New function.