/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | arg_list_test.cpp | 15 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 D | vfprintf_utils.h | 22 va_list vlist) { in vfprintf_impl() 61 size_t format_size, va_list vlist) { in vfprintf_internal()
|
H A D | printf.cpp | 21 va_list vlist; variable
|
H A D | fprintf.cpp | 24 va_list vlist; variable
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | arg_list.h | 28 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 D | asprintf.cpp | 19 va_list vlist; variable
|
H A D | fscanf.cpp | 24 va_list vlist; variable
|
H A D | sprintf.cpp | 24 va_list vlist; variable
|
H A D | sscanf.cpp | 26 va_list vlist; variable
|
H A D | snprintf.cpp | 24 va_list vlist; variable
|
H A D | scanf.cpp | 28 va_list vlist; variable
|
/aosp_15_r20/external/llvm-libc/src/stdio/generic/ |
H A D | fprintf.cpp | 24 va_list vlist; variable
|
H A D | printf.cpp | 28 va_list vlist; variable
|
/aosp_15_r20/external/llvm-libc/src/stdio/baremetal/ |
H A D | printf.cpp | 32 va_list vlist; variable
|
/aosp_15_r20/external/openscreen/util/ |
H A D | stringprintf.cc | 17 va_list vlist; in StringPrintf() local
|
/aosp_15_r20/external/llvm-libc/test/src/stdio/ |
H A D | vprintf_test.cpp | 18 va_list vlist; in call_vprintf() local
|
H A D | vfscanf_test.cpp | 37 va_list vlist; in call_vfscanf() local
|
H A D | vsnprintf_test.cpp | 19 va_list vlist; in call_vsnprintf() local
|
H A D | vfprintf_test.cpp | 40 va_list vlist; in call_vfprintf() local
|
H A D | vsprintf_test.cpp | 18 va_list vlist; in call_vsprintf() local
|
H A D | vsscanf_test.cpp | 15 va_list vlist; in call_vsscanf() local
|
H A D | vasprintf_test.cpp | 16 va_list vlist; in call_vasprintf() local
|
/aosp_15_r20/external/llvm-libc/test/src/stdio/printf_core/ |
H A D | parser_test.cpp | 23 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 D | parser_test.cpp | 24 va_list vlist; in init() local 34 va_list vlist; in evaluate() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | ObjectInputStream.java | 335 private final java.io.ObjectInputStream.ValidationList vlist; field in ObjectInputStream
|