HomeSort by relevance Sort by last modified time
    Searched defs:va_copy (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/syslinux/com32/include/
stdarg.h 4 * This is just a wrapper for the gcc one, but defines va_copy()
12 #ifndef va_copy
13 #define va_copy(d,s) __va_copy(d,s) macro
  /toolchain/binutils/binutils-2.27/libiberty/
xvasprintf.c 26 #if !defined (va_copy) && defined (__va_copy)
27 # define va_copy(d,s) __va_copy((d),(s)) macro
vprintf-support.c 26 #if !defined (va_copy) && defined (__va_copy)
27 # define va_copy(d,s) __va_copy((d),(s)) macro
49 #ifdef va_copy
50 va_copy (ap, args);
115 #ifdef va_copy
  /device/linaro/bootloader/edk2/StdLib/Include/
stdarg.h 131 #define va_copy __builtin_va_copy macro
133 #define va_copy(s,d) (s) = (d) macro
143 #define __va_copy va_copy
  /external/syslinux/gpxe/src/include/
stdarg.h 10 #define va_copy( dest, src ) __builtin_va_copy ( dest, src ) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stdarg.h 32 #if !defined(va_copy) && \
34 #define va_copy _crt_va_copy macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdarg.h 54 #define va_copy(dest, src) \ macro
  /external/clang/lib/Headers/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro

Completed in 1586 milliseconds

1 2 3