Home
last modified time | relevance | path

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

/Linux-v5.15/tools/bootconfig/include/linux/
Dbootconfig.h8 # define fallthrough macro
/Linux-v5.15/include/linux/
Dcompiler_attributes.h200 # define fallthrough __attribute__((__fallthrough__)) macro
202 # define fallthrough do {} while (0) /* fallthrough */ macro