Searched refs:SDL_ASSERTION_IGNORE (Results 1 – 2 of 2) sorted by relevance
148 SDL_ASSERTION_IGNORE, "Ignore" }, in SDL_PromptAssertion()183 return SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()214 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()241 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()268 SDL_assert_state state = SDL_ASSERTION_IGNORE; in SDL_ReportAssertion()275 return SDL_ASSERTION_IGNORE; /* oh well, I guess. */ in SDL_ReportAssertion()281 return SDL_ASSERTION_IGNORE; /* oh well, I guess. */ in SDL_ReportAssertion()312 return SDL_ASSERTION_IGNORE; /* shouldn't return, but oh well. */ in SDL_ReportAssertion()315 state = SDL_ASSERTION_IGNORE; in SDL_ReportAssertion()319 case SDL_ASSERTION_IGNORE: in SDL_ReportAssertion()
105 SDL_ASSERTION_IGNORE, /**< Ignore the assert. */ enumerator