Home | History | Annotate | Download | only in include

Lines Matching defs:function

28 /* Set up for C function definitions, even when using C++ */
114 const char *function;
126 /* this tells Clang's static analysis that we're a custom assert function,
207 * \param handler Callback function, called when an assertion fails.
217 * This returns the function pointer that is called by default when an
218 * assertion is triggered. This is an internal function provided by SDL,
220 * used to provide a different function.
229 * This returns the function pointer that is called when an assertion is
231 * SDL_SetAssertionHandler(), or if no application-specified function is
238 * a NULL pointer to this function to ignore it.
255 * item->condition, item->function, item->filename,
276 /* Ends C function definitions when using C++ */