Home
last modified time | relevance | path

Searched defs:vlist (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Darg_list_test.cpp15 va_list vlist; in get_nth_int() local
31 va_list vlist; in sum_two_nums() local
62 va_list vlist; in check_primitives() local
108 va_list vlist; in check_struct_type() local
132 va_list vlist; in check_vector_type() local
/aosp_15_r20/external/llvm-libc/src/stdio/gpu/
H A Dvfprintf_utils.h22 va_list vlist) { in vfprintf_impl()
61 size_t format_size, va_list vlist) { in vfprintf_internal()
H A Dprintf.cpp21 va_list vlist; variable
H A Dfprintf.cpp24 va_list vlist; variable
/aosp_15_r20/external/llvm-libc/src/__support/
H A Darg_list.h28 va_list vlist; variable
31 LIBC_INLINE ArgList(va_list vlist) { va_copy(this->vlist, vlist); } in ArgList()
/aosp_15_r20/external/llvm-libc/src/stdio/
H A Dasprintf.cpp19 va_list vlist; variable
H A Dfscanf.cpp24 va_list vlist; variable
H A Dsprintf.cpp24 va_list vlist; variable
H A Dsscanf.cpp26 va_list vlist; variable
H A Dsnprintf.cpp24 va_list vlist; variable
H A Dscanf.cpp28 va_list vlist; variable
/aosp_15_r20/external/llvm-libc/src/stdio/generic/
H A Dfprintf.cpp24 va_list vlist; variable
H A Dprintf.cpp28 va_list vlist; variable
/aosp_15_r20/external/llvm-libc/src/stdio/baremetal/
H A Dprintf.cpp32 va_list vlist; variable
/aosp_15_r20/external/openscreen/util/
H A Dstringprintf.cc17 va_list vlist; in StringPrintf() local
/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dvprintf_test.cpp18 va_list vlist; in call_vprintf() local
H A Dvfscanf_test.cpp37 va_list vlist; in call_vfscanf() local
H A Dvsnprintf_test.cpp19 va_list vlist; in call_vsnprintf() local
H A Dvfprintf_test.cpp40 va_list vlist; in call_vfprintf() local
H A Dvsprintf_test.cpp18 va_list vlist; in call_vsprintf() local
H A Dvsscanf_test.cpp15 va_list vlist; in call_vsscanf() local
H A Dvasprintf_test.cpp16 va_list vlist; in call_vasprintf() local
/aosp_15_r20/external/llvm-libc/test/src/stdio/printf_core/
H A Dparser_test.cpp23 va_list vlist; in init() local
33 va_list vlist; in evaluate() local
/aosp_15_r20/external/llvm-libc/test/src/stdio/scanf_core/
H A Dparser_test.cpp24 va_list vlist; in init() local
34 va_list vlist; in evaluate() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectInputStream.java335 private final java.io.ObjectInputStream.ValidationList vlist; field in ObjectInputStream

123