Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/
Dcompiler_attributes.h200 # define fallthrough __attribute__((__fallthrough__)) macro
202 # define fallthrough do {} while (0) /* fallthrough */ macro
/Linux-v5.4/tools/include/linux/
Dcompiler-gcc.h16 # define __fallthrough __attribute__ ((fallthrough))
/Linux-v5.4/arch/parisc/math-emu/
DMakefile21 CFLAGS_REMOVE_fpudispatch.o = -Wimplicit-fallthrough
/Linux-v5.4/Documentation/process/
Ddeprecated.rst134 pseudo-keyword macro 'fallthrough' which expands to gcc's extension
138 When the C17/C18 [[fallthrough]] syntax is more commonly supported by
145 fallthrough;
Dcoding-style.rst59 fallthrough;
/Linux-v5.4/arch/alpha/lib/
Dev6-copy_user.S85 EXI( ldq_u $3,0($17) ) # .. L .. .. : Forward fetch for fallthrough code
/Linux-v5.4/arch/unicore32/kernel/
Dentry.S383 @ fallthrough to call do_uc_f64
/Linux-v5.4/
DMakefile760 KBUILD_CFLAGS += $(call cc-option,-Wimplicit-fallthrough,)