Searched refs:_GL_WARN_ON_USE (Results 1 - 25 of 48) sorted by relevance

12

/external/bison/build-aux/snippet/
H A Dwarn-on-use.h17 /* _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) \ macro
72 # define _GL_WARN_ON_USE(function, message) \ macro
75 # define _GL_WARN_ON_USE(function, message) \ macro
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 doe
[all...]
/external/bison/darwin-lib/
H A Dwarn-on-use.h1 #ifndef _GL_WARN_ON_USE
5 # define _GL_WARN_ON_USE(function, message) \ macro
9 # define _GL_WARN_ON_USE(function, message) \ macro
12 # define _GL_WARN_ON_USE(function, message) \ macro
18 is like _GL_WARN_ON_USE (function, "string"), except that the function is
21 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
H A Dunistd.h348 _GL_WARN_ON_USE (func, \
405 /* The definition of _GL_WARN_ON_USE is copied here. */
406 #ifndef _GL_WARN_ON_USE
410 # define _GL_WARN_ON_USE(function, message) \ macro
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
423 is like _GL_WARN_ON_USE (function, "string"), except that the function is
426 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
488 _GL_WARN_ON_USE (socket,
490 _GL_WARN_ON_USE (connec
[all...]
H A Dstdlib.h330 _GL_WARN_ON_USE (func, \
387 /* The definition of _GL_WARN_ON_USE is copied here. */
388 #ifndef _GL_WARN_ON_USE
392 # define _GL_WARN_ON_USE(function, message) \ macro
396 # define _GL_WARN_ON_USE(function, message) \ macro
399 # define _GL_WARN_ON_USE(function, message) \ macro
405 is like _GL_WARN_ON_USE (function, "string"), except that the function is
408 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
480 _GL_WARN_ON_USE (atol
[all...]
H A Dmath.h249 _GL_WARN_ON_USE (func, \
306 /* The definition of _GL_WARN_ON_USE is copied here. */
307 #ifndef _GL_WARN_ON_USE
311 # define _GL_WARN_ON_USE(function, message) \ macro
315 # define _GL_WARN_ON_USE(function, message) \
318 # define _GL_WARN_ON_USE(function, message) \
324 is like _GL_WARN_ON_USE (function, "string"), except that the function is
327 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
412 _GL_WARN_ON_USE (rpl_ ## func ## f, #func " is unportable - " \
414 _GL_WARN_ON_USE (rpl
[all...]
H A Dwchar.h307 _GL_WARN_ON_USE (func, \
364 /* The definition of _GL_WARN_ON_USE is copied here. */
365 #ifndef _GL_WARN_ON_USE
369 # define _GL_WARN_ON_USE(function, message) \ macro
373 # define _GL_WARN_ON_USE(function, message) \ macro
376 # define _GL_WARN_ON_USE(function, message) \ macro
382 is like _GL_WARN_ON_USE (function, "string"), except that the function is
385 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
470 _GL_WARN_ON_USE (btowc, "btowc is unportable - "
496 _GL_WARN_ON_USE (wcto
[all...]
H A Dstdio.h335 _GL_WARN_ON_USE (func, \
392 /* The definition of _GL_WARN_ON_USE is copied here. */
393 #ifndef _GL_WARN_ON_USE
397 # define _GL_WARN_ON_USE(function, message) \ macro
401 # define _GL_WARN_ON_USE(function, message) \
404 # define _GL_WARN_ON_USE(function, message) \
410 is like _GL_WARN_ON_USE (function, "string"), except that the function is
413 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
486 _GL_WARN_ON_USE (fclos
[all...]
H A Dstring.h267 _GL_WARN_ON_USE (func, \
324 /* The definition of _GL_WARN_ON_USE is copied here. */
325 #ifndef _GL_WARN_ON_USE
329 # define _GL_WARN_ON_USE(function, message) \ macro
333 # define _GL_WARN_ON_USE(function, message) \ macro
336 # define _GL_WARN_ON_USE(function, message) \ macro
342 is like _GL_WARN_ON_USE (function, "string"), except that the function is
345 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
398 _GL_WARN_ON_USE (ffsl
[all...]
H A Dsignal.h280 _GL_WARN_ON_USE (func, \
337 /* The definition of _GL_WARN_ON_USE is copied here. */
338 #ifndef _GL_WARN_ON_USE
342 # define _GL_WARN_ON_USE(function, message) \ macro
346 # define _GL_WARN_ON_USE(function, message) \ macro
349 # define _GL_WARN_ON_USE(function, message) \ macro
355 is like _GL_WARN_ON_USE (function, "string"), except that the function is
358 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
485 _GL_WARN_ON_USE (rais
[all...]
/external/bison/linux-lib/
H A Dwarn-on-use.h1 #ifndef _GL_WARN_ON_USE
5 # define _GL_WARN_ON_USE(function, message) \ macro
9 # define _GL_WARN_ON_USE(function, message) \ macro
12 # define _GL_WARN_ON_USE(function, message) \ macro
18 is like _GL_WARN_ON_USE (function, "string"), except that the function is
21 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
H A Dunistd.h348 _GL_WARN_ON_USE (func, \
405 /* The definition of _GL_WARN_ON_USE is copied here. */
406 #ifndef _GL_WARN_ON_USE
410 # define _GL_WARN_ON_USE(function, message) \ macro
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
423 is like _GL_WARN_ON_USE (function, "string"), except that the function is
426 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
488 _GL_WARN_ON_USE (socket,
490 _GL_WARN_ON_USE (connec
[all...]
H A Dstdlib.h330 _GL_WARN_ON_USE (func, \
387 /* The definition of _GL_WARN_ON_USE is copied here. */
388 #ifndef _GL_WARN_ON_USE
392 # define _GL_WARN_ON_USE(function, message) \ macro
396 # define _GL_WARN_ON_USE(function, message) \ macro
399 # define _GL_WARN_ON_USE(function, message) \ macro
405 is like _GL_WARN_ON_USE (function, "string"), except that the function is
408 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
480 _GL_WARN_ON_USE (atol
[all...]
H A Dmath.h249 _GL_WARN_ON_USE (func, \
306 /* The definition of _GL_WARN_ON_USE is copied here. */
307 #ifndef _GL_WARN_ON_USE
311 # define _GL_WARN_ON_USE(function, message) \ macro
315 # define _GL_WARN_ON_USE(function, message) \
318 # define _GL_WARN_ON_USE(function, message) \
324 is like _GL_WARN_ON_USE (function, "string"), except that the function is
327 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
412 _GL_WARN_ON_USE (rpl_ ## func ## f, #func " is unportable - " \
414 _GL_WARN_ON_USE (rpl
[all...]
H A Dwchar.h307 _GL_WARN_ON_USE (func, \
364 /* The definition of _GL_WARN_ON_USE is copied here. */
365 #ifndef _GL_WARN_ON_USE
369 # define _GL_WARN_ON_USE(function, message) \ macro
373 # define _GL_WARN_ON_USE(function, message) \ macro
376 # define _GL_WARN_ON_USE(function, message) \ macro
382 is like _GL_WARN_ON_USE (function, "string"), except that the function is
385 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
470 _GL_WARN_ON_USE (btowc, "btowc is unportable - "
496 _GL_WARN_ON_USE (wcto
[all...]
H A Dstdio.h335 _GL_WARN_ON_USE (func, \
392 /* The definition of _GL_WARN_ON_USE is copied here. */
393 #ifndef _GL_WARN_ON_USE
397 # define _GL_WARN_ON_USE(function, message) \ macro
401 # define _GL_WARN_ON_USE(function, message) \
404 # define _GL_WARN_ON_USE(function, message) \
410 is like _GL_WARN_ON_USE (function, "string"), except that the function is
413 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
486 _GL_WARN_ON_USE (fclos
[all...]
H A Dstring.h267 _GL_WARN_ON_USE (func, \
324 /* The definition of _GL_WARN_ON_USE is copied here. */
325 #ifndef _GL_WARN_ON_USE
329 # define _GL_WARN_ON_USE(function, message) \ macro
333 # define _GL_WARN_ON_USE(function, message) \ macro
336 # define _GL_WARN_ON_USE(function, message) \ macro
342 is like _GL_WARN_ON_USE (function, "string"), except that the function is
345 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
398 _GL_WARN_ON_USE (ffsl
[all...]
H A Dsignal.h280 _GL_WARN_ON_USE (func, \
337 /* The definition of _GL_WARN_ON_USE is copied here. */
338 #ifndef _GL_WARN_ON_USE
342 # define _GL_WARN_ON_USE(function, message) \ macro
346 # define _GL_WARN_ON_USE(function, message) \ macro
349 # define _GL_WARN_ON_USE(function, message) \ macro
355 is like _GL_WARN_ON_USE (function, "string"), except that the function is
358 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
485 _GL_WARN_ON_USE (rais
[all...]
/external/bison/lib/
H A Dunistd.in.h139 /* The definition of _GL_WARN_ON_USE is copied here. */
176 _GL_WARN_ON_USE (socket,
178 _GL_WARN_ON_USE (connect,
180 _GL_WARN_ON_USE (accept,
182 _GL_WARN_ON_USE (bind,
184 _GL_WARN_ON_USE (getpeername,
186 _GL_WARN_ON_USE (getsockname,
188 _GL_WARN_ON_USE (getsockopt,
190 _GL_WARN_ON_USE (listen,
192 _GL_WARN_ON_USE (rec
[all...]
H A Dstdlib.in.h111 /* The definition of _GL_WARN_ON_USE is copied here. */
139 _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
158 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
178 _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere - "
201 _GL_WARN_ON_USE (canonicalize_file_name,
221 _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - "
249 _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - "
265 _GL_WARN_ON_USE (grantpt, "grantpt is not portable - "
290 _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - "
323 _GL_WARN_ON_USE (mkdtem
[all...]
H A Dmath.in.h40 /* The definition of _GL_WARN_ON_USE is copied here. */
100 _GL_WARN_ON_USE (rpl_ ## func ## f, #func " is unportable - " \
102 _GL_WARN_ON_USE (rpl_ ## func ## d, #func " is unportable - " \
104 _GL_WARN_ON_USE (rpl_ ## func ## l, #func " is unportable - " \
219 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
234 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
250 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
265 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
281 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
296 _GL_WARN_ON_USE (atan
[all...]
H A Dstring.in.h58 /* The definition of _GL_WARN_ON_USE is copied here. */
71 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
86 _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module");
125 _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - "
159 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
181 _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - "
209 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - "
239 _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - "
257 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
292 _GL_WARN_ON_USE (stpncp
[all...]
H A Dsignal.in.h71 /* The definition of _GL_WARN_ON_USE is copied here. */
149 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
173 _GL_WARN_ON_USE (raise, "raise can crash on native Windows - "
318 _GL_WARN_ON_USE (sigaddset, "sigaddset is unportable - "
323 _GL_WARN_ON_USE (sigdelset, "sigdelset is unportable - "
328 _GL_WARN_ON_USE (sigemptyset, "sigemptyset is unportable - "
333 _GL_WARN_ON_USE (sigfillset, "sigfillset is unportable - "
338 _GL_WARN_ON_USE (sigismember, "sigismember is unportable - "
343 _GL_WARN_ON_USE (sigpending, "sigpending is unportable - "
348 _GL_WARN_ON_USE (sigprocmas
[all...]
H A Dwchar.in.h98 /* The definition of _GL_WARN_ON_USE is copied here. */
158 _GL_WARN_ON_USE (btowc, "btowc is unportable - "
184 _GL_WARN_ON_USE (wctob, "wctob is unportable - "
209 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - "
238 _GL_WARN_ON_USE (mbrtowc, "mbrtowc is unportable - "
263 _GL_WARN_ON_USE (mbrlen, "mbrlen is unportable - "
296 _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable - "
331 _GL_WARN_ON_USE (mbsnrtowcs, "mbsnrtowcs is unportable - "
356 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - "
389 _GL_WARN_ON_USE (wcsrtomb
[all...]
H A Dspawn.in.h78 /* The definition of _GL_WARN_ON_USE is copied here. */
215 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
259 _GL_WARN_ON_USE (posix_spawnp, "posix_spawnp is unportable - "
285 _GL_WARN_ON_USE (posix_spawnattr_init, "posix_spawnattr_init is unportable - "
310 _GL_WARN_ON_USE (posix_spawnattr_destroy,
345 _GL_WARN_ON_USE (posix_spawnattr_getsigdefault,
379 _GL_WARN_ON_USE (posix_spawnattr_setsigdefault,
413 _GL_WARN_ON_USE (posix_spawnattr_getsigmask,
447 _GL_WARN_ON_USE (posix_spawnattr_setsigmask,
481 _GL_WARN_ON_USE (posix_spawnattr_getflag
[all...]
/external/bison/darwin-lib/sys/
H A Dstat.h264 _GL_WARN_ON_USE (func, \
321 /* The definition of _GL_WARN_ON_USE is copied here. */
322 #ifndef _GL_WARN_ON_USE
326 # define _GL_WARN_ON_USE(function, message) \ macro
330 # define _GL_WARN_ON_USE(function, message) \ macro
333 # define _GL_WARN_ON_USE(function, message) \ macro
339 is like _GL_WARN_ON_USE (function, "string"), except that the function is
342 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
662 _GL_WARN_ON_USE (fsta
[all...]

Completed in 644 milliseconds

12