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

1 2

  /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
  /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/arm-trusted-firmware/include/lib/stdlib/sys/
stdarg.h 50 #define __va_copy(dest, src) \ macro
55 __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-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-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-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/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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
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-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-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-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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) 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
40 #define __va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/clang/host/linux-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
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 538 milliseconds

1 2