HomeSort by relevance Sort by last modified time
    Searched refs:_GL_WARN_ON_USE (Results 1 - 25 of 48) sorted by null

1 2

  /external/bison/build-aux/snippet/
warn-on-use.h 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 i
    [all...]
  /external/bison/darwin-lib/
warn-on-use.h 1 #ifndef _GL_WARN_ON_USE
5 # define _GL_WARN_ON_USE(function, message) \
9 # define _GL_WARN_ON_USE(function, message) \
12 # define _GL_WARN_ON_USE(function, message) \
13 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
34 _GL_WARN_EXTERN_C int _gl_warn_on_use
unistd.h 348 _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) \
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
418 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
439 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
stdlib.h 330 _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) \
396 # define _GL_WARN_ON_USE(function, message) \
399 # define _GL_WARN_ON_USE(function, message) \
400 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
421 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
math.h 249 _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) \
315 # define _GL_WARN_ON_USE(function, message) \
318 # define _GL_WARN_ON_USE(function, message) \
319 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
340 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
wchar.h 307 _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) \
373 # define _GL_WARN_ON_USE(function, message) \
376 # define _GL_WARN_ON_USE(function, message) \
377 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
398 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
stdio.h 335 _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) \
401 # define _GL_WARN_ON_USE(function, message) \
404 # define _GL_WARN_ON_USE(function, message) \
405 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
426 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
string.h 267 _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) \
333 # define _GL_WARN_ON_USE(function, message) \
336 # define _GL_WARN_ON_USE(function, message) \
337 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
358 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
signal.h 280 _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) \
346 # define _GL_WARN_ON_USE(function, message) \
349 # define _GL_WARN_ON_USE(function, message) \
350 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
371 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
  /external/bison/linux-lib/
warn-on-use.h 1 #ifndef _GL_WARN_ON_USE
5 # define _GL_WARN_ON_USE(function, message) \
9 # define _GL_WARN_ON_USE(function, message) \
12 # define _GL_WARN_ON_USE(function, message) \
13 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
34 _GL_WARN_EXTERN_C int _gl_warn_on_use
unistd.h 348 _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) \
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
418 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
439 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
stdlib.h 330 _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) \
396 # define _GL_WARN_ON_USE(function, message) \
399 # define _GL_WARN_ON_USE(function, message) \
400 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
421 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
math.h 249 _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) \
315 # define _GL_WARN_ON_USE(function, message) \
318 # define _GL_WARN_ON_USE(function, message) \
319 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
340 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
wchar.h 307 _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) \
373 # define _GL_WARN_ON_USE(function, message) \
376 # define _GL_WARN_ON_USE(function, message) \
377 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
398 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
stdio.h 335 _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) \
401 # define _GL_WARN_ON_USE(function, message) \
404 # define _GL_WARN_ON_USE(function, message) \
405 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
426 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
string.h 267 _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) \
333 # define _GL_WARN_ON_USE(function, message) \
336 # define _GL_WARN_ON_USE(function, message) \
337 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
358 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
signal.h 280 _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) \
346 # define _GL_WARN_ON_USE(function, message) \
349 # define _GL_WARN_ON_USE(function, message) \
350 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
371 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
  /external/bison/lib/
unistd.in.h 139 /* 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 (recv
    [all...]
stdlib.in.h 111 /* 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 (mkdtemp, "mkdtemp is unportable -
    [all...]
math.in.h 40 /* 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 (atanl, "atanl is unportable -
    [all...]
string.in.h 58 /* 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 (stpncpy, "stpncpy is unportable -
    [all...]
signal.in.h 71 /* 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 (sigprocmask, "sigprocmask is unportable -
    [all...]
wchar.in.h 98 /* 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 (wcsrtombs, "wcsrtombs is unportable -
    [all...]
spawn.in.h 78 /* 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_getflags
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 264 _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) \
330 # define _GL_WARN_ON_USE(function, message) \
333 # define _GL_WARN_ON_USE(function, message) \
334 _GL_WARN_EXTERN_C int _gl_warn_on_use
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
355 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]

Completed in 540 milliseconds

1 2