Home
last modified time | relevance | path

Searched refs:__nolibc_fallthrough (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/include/nolibc/
Dcompiler.h36 # define __nolibc_fallthrough do { } while (0); __attribute__((fallthrough)) macro
38 # define __nolibc_fallthrough do { } while (0) macro
Dstdio.h268 __nolibc_fallthrough; in vfprintf()