Home
last modified time | relevance | path

Searched refs:fallthrough_comment_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c2190 fallthrough_comment_p (cpp_reader *pfile, const unsigned char *comment_start) in fallthrough_comment_p() function
2951 if (fallthrough_comment_p (pfile, comment_start)) in _cpp_lex_direct()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2826 fallthrough_comment_p (cpp_reader *pfile, const unsigned char *comment_start) in fallthrough_comment_p() function
3786 if (fallthrough_comment_p (pfile, comment_start)) in _cpp_lex_direct()
H A DChangeLog2315 * lex.c (fallthrough_comment_p): Handle different
2320 * lex.c (fallthrough_comment_p): Accept Else, fallthrough.
2322 * lex.c (fallthrough_comment_p): Extend to handle more common FALLTHRU
2325 * lex.c (fallthrough_comment_p): Fix off-by-one size comparison
2328 fallthrough_comment_p comment and following token.
2344 * lex.c (fallthrough_comment_p): New function.