Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dcompiler.h45 # define __nolibc_fallthrough do { } while (0); __attribute__((__fallthrough__)) macro
47 # define __nolibc_fallthrough do { } while (0) macro
H A Dstdio.h312 __nolibc_fallthrough; in __nolibc_printf()