Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A Dbegin_code.h170 #ifndef SDL_FALLTHROUGH
173 #define SDL_FALLTHROUGH [[fallthrough]] macro
183 #define SDL_FALLTHROUGH __attribute__((__fallthrough__)) macro
185 #define SDL_FALLTHROUGH do {} while (0) /* fallthrough */ macro
A DSDL_stdinc.h570 case 0: do { *_p++ = _val; SDL_FALLTHROUGH; in SDL_memset4()
571 case 3: *_p++ = _val; SDL_FALLTHROUGH; in SDL_memset4()
572 case 2: *_p++ = _val; SDL_FALLTHROUGH; in SDL_memset4()

Completed in 8 milliseconds