Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-opts.c1348 cpp_opts->cpp_warn_implicit_fallthrough = warn_implicit_fallthrough; in sanitize_cpp_opts()
1350 cpp_opts->cpp_warn_implicit_fallthrough = 0; in sanitize_cpp_opts()
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h400 unsigned char cpp_warn_implicit_fallthrough; member
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinit.c198 CPP_OPTION (pfile, cpp_warn_implicit_fallthrough) = 0; in cpp_create_reader()
H A Dlex.c2182 switch (CPP_OPTION (pfile, cpp_warn_implicit_fallthrough)) in fallthrough_comment_p()
2275 else if (CPP_OPTION (pfile, cpp_warn_implicit_fallthrough) == 4) in fallthrough_comment_p()