HomeSort by relevance Sort by last modified time
    Searched defs:va_arg (Results 1 - 8 of 8) sorted by null

  /external/clang/test/FixIt/
no-macro-fixit.c 4 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
12 while (value = va_arg(values, int)) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \
  /device/linaro/bootloader/edk2/StdLib/Include/
stdarg.h 2 This header, <stdarg.h>, declares type va_list and defines macros: va_start, va_arg, va_end;
11 macros va_start, va_arg, and va_end. If access to the varying arguments
14 an argument to another function; if the receiving function invokes the va_arg macro
18 The va_start and va_arg macros must be implemented as macros, not as actual
38 macros va_start, va_arg, and va_end.
51 The va_start macro initializes ap for subsequent use by va_arg and va_end.
56 that subsequent successive invocations of va_arg will
76 The va_arg macro expands to an expression that has the type and value of
78 va_list ap initialized by va_start. Each invocation of va_arg modifies ap
86 Synopsys: type va_arg(va_list ap, type);
99 #define va_arg macro
101 #define va_arg macro
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdarg.h 47 #define va_arg(ap, type) \ macro
67 #define va_arg(ap, type) \ macro
  /external/clang/lib/Headers/
stdarg.h 35 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
stdarg.h 51 #define va_arg __builtin_va_arg macro
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 51 #define va_arg(a,b) VA_ARG(a,b) macro
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 62 #define va_arg VA_ARG macro
67 #define va_arg(Marker, TYPE) __va_arg(Marker, TYPE) macro
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 75 #define va_arg(a, b) VA_ARG(a, b) macro
    [all...]

Completed in 660 milliseconds