/llvm-project/libc/test/src/stdio/printf_core/ |
H A D | writer_test.cpp | 22 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 29 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 45 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 59 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 72 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 86 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 108 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 123 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 135 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 147 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local [all …]
|
H A D | converter_test.cpp | 21 LIBC_NAMESPACE::printf_core::WriteBuffer wb = member in LlvmLibcPrintfConverterTest
|
/llvm-project/libc/src/stdio/ |
H A D | vsnprintf.cpp | 26 printf_core::WriteBuffer wb(buffer, (buffsz > 0 ? buffsz - 1 : 0)); global() variable
|
H A D | snprintf.cpp | 29 printf_core::WriteBuffer wb(buffer, (buffsz > 0 ? buffsz - 1 : 0)); global() variable
|
/llvm-project/libc/src/stdlib/ |
H A D | strfromf.cpp | 21 printf_core::WriteBuffer wb(s, (n > 0 ? n - 1 : 0)); global() variable
|
H A D | strfromd.cpp | 21 printf_core::WriteBuffer wb(s, (n > 0 ? n - 1 : 0)); global() variable
|
H A D | strfroml.cpp | 26 printf_core::WriteBuffer wb(s, (n > 0 ? n - 1 : 0)); global() variable
|
/llvm-project/libc/src/stdio/baremetal/ |
H A D | vprintf.cpp | 37 printf_core::WriteBuffer wb(buffer, BUFF_SIZE, &raw_write_hook, nullptr); global() variable
|
H A D | printf.cpp | 39 printf_core::WriteBuffer wb(buffer, BUFF_SIZE, &raw_write_hook, nullptr); global() variable
|
/llvm-project/clang/test/SemaObjC/ |
H A D | mrc-weak.m | 6 @property (weak) id wb; property
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | writer.h | 83 WriteBuffer *wb; global() variable [all...] |
/llvm-project/libc/utils/gpu/server/ |
H A D | rpc_server.cpp | 126 WriteBuffer wb(nullptr, 0); in handle_printf() local 73 WriteBuffer wb(nullptr, 0); handle_printf() local
|
/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2967 unsigned wb = fieldFromInstruction(Insn, 16, 4); DecodeVLDInstruction() local 3299 unsigned wb = fieldFromInstruction(Insn, 16, 4); DecodeVSTInstruction() local
|