Home
last modified time | relevance | path

Searched refs:cpp_warn_implicit_fallthrough (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h424 unsigned char cpp_warn_implicit_fallthrough; member
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinit.cc211 CPP_OPTION (pfile, cpp_warn_implicit_fallthrough) = 0; in cpp_create_reader()
Dlex.cc2830 switch (CPP_OPTION (pfile, cpp_warn_implicit_fallthrough)) in fallthrough_comment_p()
2923 else if (CPP_OPTION (pfile, cpp_warn_implicit_fallthrough) == 4) in fallthrough_comment_p()
DChangeLog2313 cpp_warn_implicit_fallthrough.
2316 cpp_warn_implicit_fallthrough levels. Whitespace fixes.