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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/depr/depr.c.headers/
stdarg_h.pass.cpp 26 #ifndef va_end
27 #error va_end not defined
  /external/libcxx/test/std/language.support/support.runtime/
cstdarg.pass.cpp 26 #ifndef va_end
27 #error va_end not defined
  /external/skia/src/ports/
SkDebug_android.cpp 27 va_end(args2);
32 va_end(args1);
SkDebug_stdio.cpp 18 va_end(args);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stdarg.h 24 #ifndef va_end
25 #define va_end _crt_va_end macro
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_android.c 23 va_end(ap);
28 va_end(ap);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_android.c 23 va_end(ap);
28 va_end(ap);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdarg_h.pass.cpp 22 #ifndef va_end
23 #error va_end not defined
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdarg.pass.cpp 22 #ifndef va_end
23 #error va_end not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdarg_h.pass.cpp 24 #ifndef va_end
25 #error va_end not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdarg.pass.cpp 24 #ifndef va_end
25 #error va_end not defined
  /external/clang/test/CodeGen/
wasm-varargs.c 10 va_end(va);
29 // CHECK: call void @llvm.va_end(i8* [[VA2]])
39 va_end(va);
62 // CHECK: call void @llvm.va_end(i8* [[VA2]])
78 va_end(va);
98 // CHECK: call void @llvm.va_end(i8* [[VA2]])
arm64-be-hfa-vararg.c 19 va_end(vl);
mips-varargs.c 17 va_end(va);
51 // ALL: call void @llvm.va_end(i8* [[VA1]])
59 va_end(va);
85 // ALL: call void @llvm.va_end(i8* [[VA1]])
93 va_end(va);
123 // ALL: call void @llvm.va_end(i8* [[VA1]])
131 va_end(va);
165 // ALL: call void @llvm.va_end(i8* [[VA1]])
ppc-sfvarargs.c 8 va_end(ap);
  /system/extras/perfprofd/
perfprofdutils.cc 32 va_end(ap);
40 va_end(ap);
48 va_end(ap);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
warn.c 41 va_end(ap);
warnx.c 41 va_end(ap);
  /external/openssh/
fatal.c 43 va_end(args);
  /external/syslinux/com32/lib/
dprintf.c 18 va_end(ap);
printf.c 15 va_end(ap);
sscanf.c 14 va_end(ap);
  /toolchain/binutils/binutils-2.25/libiberty/
asprintf.c 53 va_end (ap);
  /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
16 and must be passed to the va_end macro prior to any further reference to ap.
19 functions. The va_start and va_end macros must be invoked in the
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.
106 The va_end macro facillitates a normal return from the function whose
110 Synopsys: void va_end(va_list ap);
112 The va_end macro may modify ap so that it is no longer usable (without an
114 invocation of the va_start macro, or if the va_end macro is not invoked
121 #define va_end macro
123 #define va_end macro
    [all...]
  /external/android-clat/
logging.c 36 va_end(ap);
51 va_end(ap);

Completed in 1011 milliseconds

1 2 3 4 5 6 7 8 91011>>