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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syslog.h 42 __gnuc_va_list __ap)
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
48 return __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
stdio2.h 28 _G_va_list __ap) __THROW;
45 _G_va_list __ap))
48 __bos (__s), __fmt, __ap);
58 _G_va_list __ap) __THROW;
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
90 __const char *__restrict __format, _G_va_list __ap);
92 _G_va_list __ap);
115 vprintf (__const char *__restrict __fmt, _G_va_list __ap)
118 return __vfprintf_chk (stdout, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
    [all...]
wchar2.h 311 __gnuc_va_list __ap), vswprintf);
315 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap))
319 __bos (__s) / sizeof (wchar_t), __fmt, __ap);
320 return __vswprintf_alias (__s, __n, __fmt, __ap);
332 __gnuc_va_list __ap);
334 __gnuc_va_list __ap);
357 vwprintf (__const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
359 return __vwprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __ap);
364 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
366 return __vfwprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syslog.h 42 __gnuc_va_list __ap)
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
48 __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
stdio2.h 28 _G_va_list __ap) __THROW;
45 _G_va_list __ap))
48 __bos (__s), __fmt, __ap);
58 _G_va_list __ap) __THROW;
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
90 __const char *__restrict __format, _G_va_list __ap);
92 _G_va_list __ap);
115 vprintf (__const char *__restrict __fmt, _G_va_list __ap)
118 return __vfprintf_chk (stdout, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
    [all...]
wchar2.h 313 __gnuc_va_list __ap), vswprintf);
317 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap))
321 __bos (__s) / sizeof (wchar_t), __fmt, __ap);
322 return __vswprintf_alias (__s, __n, __fmt, __ap);
334 __gnuc_va_list __ap);
336 __gnuc_va_list __ap);
359 vwprintf (__const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
361 return __vwprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __ap);
366 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
368 return __vfwprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syslog.h 42 __gnuc_va_list __ap)
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
48 __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
stdio2.h 28 _G_va_list __ap) __THROW;
45 _G_va_list __ap))
48 __bos (__s), __fmt, __ap);
58 _G_va_list __ap) __THROW;
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
90 __const char *__restrict __format, _G_va_list __ap);
92 _G_va_list __ap);
115 vprintf (__const char *__restrict __fmt, _G_va_list __ap)
118 return __vfprintf_chk (stdout, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
    [all...]
wchar2.h 313 __gnuc_va_list __ap), vswprintf);
317 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap))
321 __bos (__s) / sizeof (wchar_t), __fmt, __ap);
322 return __vswprintf_alias (__s, __n, __fmt, __ap);
334 __gnuc_va_list __ap);
336 __gnuc_va_list __ap);
359 vwprintf (__const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
361 return __vwprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __ap);
366 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
368 return __vfwprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
    [all...]
  /external/clang/test/Sema/
builtins-arm.c 15 // va_list on ARM AAPCS is struct { void* __ap }.
18 ptr.__ap = "x";
19 *(ptr.__ap) = '0'; // expected-error {{incomplete type 'void' is not assignable}}
25 ptr.__ap = "x"; // expected-error {{member reference base type '__builtin_va_list' is not a structure or union}}
26 *(ptr.__ap) = '0';// expected-error {{member reference base type '__builtin_va_list' is not a structure or union}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 56 va_list __ap);
69 va_list __ap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 56 va_list __ap);
69 va_list __ap);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 56 va_list __ap);
69 va_list __ap);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiStdArg.h 83 typedef struct __va_list { void *__ap; } va_list; member in struct:__va_list
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
printf.h 91 typedef void printf_va_arg_function (void *__mem, va_list *__ap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
syslog.h 200 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 200 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 91 typedef void printf_va_arg_function (void *__mem, va_list *__ap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 200 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 268 __num_blocks(_AddrPair __ap)
269 { return (__ap.second - __ap.first) + 1; }
276 __num_bitmaps(_AddrPair __ap)
277 { return __num_blocks(__ap) / size_t(bits_per_block); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 268 __num_blocks(_AddrPair __ap)
269 { return (__ap.second - __ap.first) + 1; }
276 __num_bitmaps(_AddrPair __ap)
277 { return __num_blocks(__ap) / size_t(bits_per_block); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 268 __num_blocks(_AddrPair __ap)
269 { return (__ap.second - __ap.first) + 1; }
276 __num_bitmaps(_AddrPair __ap)
277 { return __num_blocks(__ap) / size_t(bits_per_block); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 268 __num_blocks(_AddrPair __ap)
269 { return (__ap.second - __ap.first) + 1; }
276 __num_bitmaps(_AddrPair __ap)
277 { return __num_blocks(__ap) / size_t(bits_per_block); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 268 __num_blocks(_AddrPair __ap)
269 { return (__ap.second - __ap.first) + 1; }
276 __num_bitmaps(_AddrPair __ap)
277 { return __num_blocks(__ap) / size_t(bits_per_block); }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 268 __num_blocks(_AddrPair __ap)
269 { return (__ap.second - __ap.first) + 1; }
276 __num_bitmaps(_AddrPair __ap)
277 { return __num_blocks(__ap) / size_t(bits_per_block); }

Completed in 723 milliseconds

1 2