Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_assert.h123 typedef struct SDL_AssertData struct
131 const struct SDL_AssertData *next; argument
132 } SDL_AssertData; typedef
135 extern DECLSPEC SDL_AssertState SDLCALL SDL_ReportAssertion(SDL_AssertData *,
159 static struct SDL_AssertData sdl_assert_data = { 0, 0, #condition, 0, 0, 0, 0 }; \
206 const SDL_AssertData* data, void* userdata);
300 extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
319 #define SDL_assert_data SDL_AssertData

Completed in 8 milliseconds