Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dcompat.h272 # define fallthrough__ [[fallthrough]] macro
274 # define fallthrough__ [[clang::fallthrough]] macro
276 # define fallthrough__ [[gnu::fallthrough]] macro
281 # define fallthrough__ __attribute__((fallthrough)) macro
283 # define fallthrough__ __fallthrough macro
285 # define fallthrough__ macro