Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/
A Dcmdline.c8 # define fallthrough __attribute__((__fallthrough__)) macro
10 # define fallthrough do {} while (0) /* fallthrough */ macro
/linux/tools/include/linux/
A Dcompiler-gcc.h16 # define fallthrough __attribute__((__fallthrough__)) macro
18 # define fallthrough do {} while (0) /* fallthrough */ macro
/linux/tools/bootconfig/include/linux/
A Dbootconfig.h15 # define fallthrough macro
/linux/include/linux/
A Dcompiler_attributes.h227 # define fallthrough __attribute__((__fallthrough__)) macro
229 # define fallthrough do {} while (0) /* fallthrough */ macro

Completed in 6 milliseconds