HomeSort by: relevance | last modified time | path
    Searched refs:fallthrough (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_var.c 31 * A GCC extension allows statement of the form __attribute__((fallthrough)),
44 __attribute__((fallthrough));
c23.c 193 /* expect+1: warning: fallthrough on case statement [220] */
196 [[fallthrough]];
199 [[fallthrough]];
  /src/lib/libc/time/
private.h 546 # if __has_c_attribute(fallthrough)
547 # define ATTRIBUTE_FALLTHROUGH [[fallthrough]]
552 # define ATTRIBUTE_FALLTHROUGH __attribute__((fallthrough))
Makefile 328 -Wimplicit-fallthrough=5 -Winit-self -Wlogical-op \
  /src/usr.bin/make/
test-variants.mk 182 CFLAGS.gcc-warn+= -Wimplicit-fallthrough=4
  /src/tools/compat/
configure.ac 356 NB_CHECK_CC_FLAG([-Wno-implicit-fallthrough])
configure 7833 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wimplicit-fallthrough" | sed "$as_sed_sh"`
7834 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wimplicit-fallthrough" >&5
7835 printf %s "checking whether C compiler accepts -Wimplicit-fallthrough... " >&6; }
7842 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wimplicit-fallthrough"
7870 CC_WNO_IMPLICIT_FALLTHROUGH=-Wno-implicit-fallthrough
  /src/sys/arch/mips/mips/
bds_emul.S 574 #b bcemul_store_and_done # fallthrough to bcemul_store_and_done
581 #b bcemul_done # fallthrough to bcemul_done
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 1196 __attribute__ ((fallthrough));
  /src/usr.bin/xlint/lint1/
lex.c 822 /* FALLTHROUGH */
1266 { "FALLTHROUGH", false, LC_FALLTHROUGH },
1268 { "fallthrough", false, LC_FALLTHROUGH },
  /src/share/mk/
bsd.own.mk 758 CC_WNO_IMPLICIT_FALLTHROUGH= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-implicit-fallthrough :}

Completed in 26 milliseconds