Searched defs:ATTR_FALLTHROUGH (Results 1 – 2 of 2) sorted by relevance
407 AC_DEFINE(ATTR_FALLTHROUGH, [__attribute__((fallthrough));], [apply the fallthrough attribute.]) definition409 AC_DEFINE(ATTR_FALLTHROUGH,[], [apply the fallthrough attribute.]) definition
5 #define ATTR_FALLTHROUGH __attribute__((fallthrough)); macro