HomeSort by: relevance | last modified time | path
    Searched refs:deliberate_fall_through (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 226 #ifndef deliberate_fall_through
229 # define deliberate_fall_through __attribute__((fallthrough)); macro
231 # define deliberate_fall_through macro
989 #ifndef deliberate_fall_through
992 # define deliberate_fall_through __attribute__((fallthrough)); macro
994 # define deliberate_fall_through macro
1755 deliberate_fall_through; /* FALLTHRU */
6756 #ifndef deliberate_fall_through
6759 # define deliberate_fall_through __attribute__((fallthrough)); macro
6761 # define deliberate_fall_through macro
    [all...]
sqlite3.c 266 # define deliberate_fall_through __attribute__((fallthrough)); macro
269 #if !defined(deliberate_fall_through)
270 # define deliberate_fall_through macro
193425 # define deliberate_fall_through macro
193430 # define deliberate_fall_through macro
    [all...]

Completed in 126 milliseconds