Home | History | Annotate | Download | only in include

Lines Matching full:condition

95 #define SDL_disabled_assert(condition) \
96 do { (void) sizeof ((condition)); } while (SDL_NULL_WHILE_LOOP_CONDITION)
111 const char *condition;
127 and that the analyzer should assume the condition was always true past this
141 #define SDL_enabled_assert(condition) \
143 while ( !(condition) ) { \
145 0, 0, #condition, 0, 0, 0, 0 \
164 # define SDL_assert(condition) SDL_disabled_assert(condition)
165 # define SDL_assert_release(condition) SDL_disabled_assert(condition)
166 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)
168 # define SDL_assert(condition) SDL_disabled_assert(condition)
169 # define SDL_assert_release(condition) SDL_enabled_assert(condition)
170 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)
172 # define SDL_assert(condition) SDL_enabled_assert(condition)
173 # define SDL_assert_release(condition) SDL_enabled_assert(condition)
174 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)
176 # define SDL_assert(condition) SDL_enabled_assert(condition)
177 # define SDL_assert_release(condition) SDL_enabled_assert(condition)
178 # define SDL_assert_paranoid(condition) SDL_enabled_assert(condition)
184 #define SDL_assert_always(condition) SDL_enabled_assert(condition)
255 * item->condition, item->function, item->filename,