HomeSort by relevance Sort by last modified time
    Searched full:__builtin_va_arg (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/clang/test/Parser/
recovery.c 14 s = g (p, __builtin_va_arg(v, int)); // expected-error {{identifier}}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vadefs.h 49 #define _crt_va_arg(v,l) __builtin_va_arg(v,l)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /prebuilts/sdk/renderscript/clang-include/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type)
  /external/clang/test/CodeGen/
armv7k-abi.c 92 return __builtin_va_arg(l, float32x4_t);
  /external/clang/test/SemaObjC/
arc-non-pod-memaccess.m 61 __builtin_va_arg(ap, __strong id); // expected-error{{second argument to 'va_arg' is of ARC ownership-qualified type '__strong id'}}

Completed in 511 milliseconds

1 23 4 5 6 7