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

1 2

  /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
  /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
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.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/darwin-x86/host/3.6/lib/clang/3.6/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/3.8/lib/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-2629532/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-2658975/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-2690385/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/3.8/lib/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-2629532/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-2658975/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-2690385/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/linux-x86/host/3.6/lib/clang/3.6/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/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
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) 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
43 #define va_copy(dest, src) __builtin_va_copy(dest, src) macro
  /prebuilts/sdk/renderscript/clang-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
  /external/ceres-solver/internal/ceres/
stringprintf.cc 47 #define va_copy(d, s) ((d) = (s)) macro
61 va_copy(backup_ap, ap);
75 va_copy(backup_ap, ap);
92 va_copy(backup_ap, ap);
  /toolchain/binutils/binutils-2.25/libiberty/
vasprintf.c 26 #if !defined (va_copy) && defined (__va_copy)
27 # define va_copy(d,s) __va_copy((d),(s)) macro
73 #ifdef va_copy
74 va_copy (ap, args);
139 #ifdef va_copy
  /external/protobuf/src/google/protobuf/stubs/
stringprintf.cc 47 #ifndef va_copy
48 // Define va_copy for MSVC. This is a hack, assuming va_list is simply a
50 #define va_copy(dest, src) ((dest) = (src)) macro
65 va_copy(backup_ap, ap);
79 va_copy(backup_ap, ap);
96 va_copy(backup_ap, ap);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdarg.h 51 #define va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdarg.h 51 #define va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdarg.h 51 #define va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stdarg.h 54 #define va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stdarg.h 54 #define va_copy(d,s) __builtin_va_copy(d,s) macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdarg.h 51 #define va_copy(d,s) __builtin_va_copy(d,s) macro

Completed in 1059 milliseconds

1 2