HomeSort by relevance Sort by last modified time
    Searched defs:_GL_WARN_ON_USE (Results 1 - 25 of 31) 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
time.h 256 _GL_WARN_ON_USE (func, \
313 /* The definition of _GL_WARN_ON_USE is copied here. */
314 #ifndef _GL_WARN_ON_USE
318 # define _GL_WARN_ON_USE(function, message) \
322 # define _GL_WARN_ON_USE(function, message) \
325 # define _GL_WARN_ON_USE(function, message) \
326 _GL_WARN_EXTERN_C int _gl_warn_on_use
331 is like _GL_WARN_ON_USE (function, "string"), except that the function is
334 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
347 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
fcntl.h 289 _GL_WARN_ON_USE (func, \
346 /* The definition of _GL_WARN_ON_USE is copied here. */
347 #ifndef _GL_WARN_ON_USE
351 # define _GL_WARN_ON_USE(function, message) \
355 # define _GL_WARN_ON_USE(function, message) \
358 # define _GL_WARN_ON_USE(function, message) \
359 _GL_WARN_EXTERN_C int _gl_warn_on_use
364 is like _GL_WARN_ON_USE (function, "string"), except that the function is
367 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
380 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
spawn.h 287 _GL_WARN_ON_USE (func, \
344 /* The definition of _GL_WARN_ON_USE is copied here. */
345 #ifndef _GL_WARN_ON_USE
349 # define _GL_WARN_ON_USE(function, message) \
353 # define _GL_WARN_ON_USE(function, message) \
356 # define _GL_WARN_ON_USE(function, message) \
357 _GL_WARN_EXTERN_C int _gl_warn_on_use
362 is like _GL_WARN_ON_USE (function, "string"), except that the function is
365 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
378 _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...]
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...]
wctype.h 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
    [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...]
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...]
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...]
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...]
  /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
time.h 256 _GL_WARN_ON_USE (func, \
313 /* The definition of _GL_WARN_ON_USE is copied here. */
314 #ifndef _GL_WARN_ON_USE
318 # define _GL_WARN_ON_USE(function, message) \
322 # define _GL_WARN_ON_USE(function, message) \
325 # define _GL_WARN_ON_USE(function, message) \
326 _GL_WARN_EXTERN_C int _gl_warn_on_use
331 is like _GL_WARN_ON_USE (function, "string"), except that the function is
334 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
347 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
fcntl.h 289 _GL_WARN_ON_USE (func, \
346 /* The definition of _GL_WARN_ON_USE is copied here. */
347 #ifndef _GL_WARN_ON_USE
351 # define _GL_WARN_ON_USE(function, message) \
355 # define _GL_WARN_ON_USE(function, message) \
358 # define _GL_WARN_ON_USE(function, message) \
359 _GL_WARN_EXTERN_C int _gl_warn_on_use
364 is like _GL_WARN_ON_USE (function, "string"), except that the function is
367 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
380 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
spawn.h 287 _GL_WARN_ON_USE (func, \
344 /* The definition of _GL_WARN_ON_USE is copied here. */
345 #ifndef _GL_WARN_ON_USE
349 # define _GL_WARN_ON_USE(function, message) \
353 # define _GL_WARN_ON_USE(function, message) \
356 # define _GL_WARN_ON_USE(function, message) \
357 _GL_WARN_EXTERN_C int _gl_warn_on_use
362 is like _GL_WARN_ON_USE (function, "string"), except that the function is
365 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
378 _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...]
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...]
wctype.h 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
    [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...]
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...]
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...]
  /external/bison/darwin-lib/sys/
wait.h 250 _GL_WARN_ON_USE (func, \
295 /* The definition of _GL_WARN_ON_USE is copied here. */
296 #ifndef _GL_WARN_ON_USE
300 # define _GL_WARN_ON_USE(function, message) \
304 # define _GL_WARN_ON_USE(function, message) \
307 # define _GL_WARN_ON_USE(function, message) \
308 _GL_WARN_EXTERN_C int _gl_warn_on_use
313 is like _GL_WARN_ON_USE (function, "string"), except that the function is
316 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
329 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
  /external/bison/linux-lib/sys/
wait.h 250 _GL_WARN_ON_USE (func, \
295 /* The definition of _GL_WARN_ON_USE is copied here. */
296 #ifndef _GL_WARN_ON_USE
300 # define _GL_WARN_ON_USE(function, message) \
304 # define _GL_WARN_ON_USE(function, message) \
307 # define _GL_WARN_ON_USE(function, message) \
308 _GL_WARN_EXTERN_C int _gl_warn_on_use
313 is like _GL_WARN_ON_USE (function, "string"), except that the function is
316 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
329 _GL_WARN_EXTERN_C int _gl_warn_on_use
    [all...]
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 469 milliseconds

1 2