Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:_GL_WARN_ON_USE

275     _GL_WARN_ON_USE (func, \
320 /* The definition of _GL_WARN_ON_USE is copied here. */
321 #ifndef _GL_WARN_ON_USE
325 # define _GL_WARN_ON_USE(function, message) \
329 # define _GL_WARN_ON_USE(function, message) \
332 # define _GL_WARN_ON_USE(function, message) \
333 _GL_WARN_EXTERN_C int _gl_warn_on_use
338 is like _GL_WARN_ON_USE (function, "string"), except that the function is
341 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
354 _GL_WARN_EXTERN_C int _gl_warn_on_use
732 _GL_WARN_ON_USE (wctype, "wctype is unportable - "
749 _GL_WARN_ON_USE (iswctype, "iswctype is unportable - "
781 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - "
798 _GL_WARN_ON_USE (towctrans, "towctrans is unportable - "