Searched refs:SDL_ASSERTION_IGNORE (Results 1 – 2 of 2) sorted by relevance
159 SDL_ASSERTION_IGNORE, "Ignore" }, in SDL_PromptAssertion()195 return SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()226 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()257 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()289 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()314 SDL_assert_state state = SDL_ASSERTION_IGNORE; in SDL_ReportAssertion()324 return SDL_ASSERTION_IGNORE; /* oh well, I guess. */ in SDL_ReportAssertion()330 return SDL_ASSERTION_IGNORE; /* oh well, I guess. */ in SDL_ReportAssertion()361 state = SDL_ASSERTION_IGNORE; in SDL_ReportAssertion()365 case SDL_ASSERTION_IGNORE: in SDL_ReportAssertion()
107 SDL_ASSERTION_IGNORE, /**< Ignore the assert. */ enumerator
Completed in 3 milliseconds