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

1 2 3

  /external/syslinux/com32/include/
stdarg.h 13 #define va_copy(d,s) __va_copy(d,s)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stdarg.h 28 #ifndef __va_copy
29 #define __va_copy _crt_va_copy macro
  /device/linaro/bootloader/edk2/StdLib/Include/
stdarg.h 137 /** Provide a generic version of the compiler-dependent __va_copy macro.
138 Some software, such as Python 2.7.2, relies upon the existence of __va_copy.
142 #ifndef __va_copy
143 #define __va_copy va_copy macro
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
stdarg.h 50 #define __va_copy(dest, src) \ macro
55 __va_copy(dest, src)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
stdarg.h 53 #define __va_copy(dest, src) __builtin_va_copy((dest), (src)) macro
58 #define va_copy(dest, src) __va_copy((dest), (src))
  /external/clang/lib/Headers/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/sdk/renderscript/clang-include/
stdarg.h 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro

Completed in 577 milliseconds

1 2 3