Home | History | Annotate | Download | only in snippet

Lines Matching defs:_GL_WARN_ON_USE

17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
32 function. But this implies that _GL_WARN_ON_USE is only safe to
48 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
59 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
64 #ifndef _GL_WARN_ON_USE
68 # define _GL_WARN_ON_USE(function, message) \
72 # define _GL_WARN_ON_USE(function, message) \
75 # define _GL_WARN_ON_USE(function, message) \
76 _GL_WARN_EXTERN_C int _gl_warn_on_use
81 is like _GL_WARN_ON_USE (function, "string"), except that the function is
84 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
97 _GL_WARN_EXTERN_C int _gl_warn_on_use