/llvm-project/libc/test/src/stdlib/ |
H A D | StrfromTest.h | 65 char buff[100]; in improperFormatString() local 103 char buff[20]; insufficentBufsize() local 127 char buff[70]; floatDecimalSinglePrec() local 141 char buff[500]; floatDecimalDoublePrec() local 207 char buff[45]; floatDecimalLongDoublePrec() local 218 char buff[25]; floatHexExpSinglePrec() local 234 char buff[60]; floatHexExpDoublePrec() local 260 char buff[55]; floatHexExpLongDoublePrec() local 310 char buff[25]; floatDecimalExpSinglePrec() local 321 char buff[101]; floatDecimalExpDoublePrec() local 359 [[maybe_unused]] char buff[100]; floatDecimalExpLongDoublePrec() local 375 char buff[25]; floatDecimalAutoSinglePrec() local 386 char buff[120]; floatDecimalAutoDoublePrec() local 424 [[maybe_unused]] char buff[100]; floatDecimalAutoLongDoublePrec() local 440 char buff[15]; doublePrecInfNan() local 460 char buff[15]; longDoublePrecInfNan() local [all...] |
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/iterator/ |
H A D | deref.pass.cpp | 20 int buff[] = {0, 1, 2, 3, 4, 5, 6, 7}; in main() local 28 int buff[] = {0, 1, 2, 3, 4, 5, 6, 7}; in main() local 36 int buff[] = {0, 1, 2, 3, 4, 5, 6, 7}; in main() local 44 int buff[] = {0, 1, 2, 3, 4, 5, 6, 7}; in main() local 52 int buff[] = {0, 1, 2, 3, 4, 5, 6, 7}; in main() local [all...] |
/llvm-project/libc/test/src/stdio/ |
H A D | sprintf_test.cpp | 67 ASSERT_STREQ_LEN(written, buff, " in TEST() local 25 char buff[1000]; global() member in LlvmLibcSPrintfTest 47 char buff[128]; TEST() local 57 char buff[64]; TEST() local 84 char buff[64]; TEST() local 101 char buff[64]; TEST() local 130 char buff[64]; TEST() local 368 char buff[64]; TEST() local 501 char buff[64]; TEST() local 614 char buff[64]; TEST() local 676 char buff[64]; TEST() local 3504 char buff[64]; TEST() local 3541 char buff[64]; TEST() local [all...] |
H A D | vsprintf_test.cpp | 26 char buff[64]; in TEST() local 35 char buff[64]; in TEST() local 52 char buff[64]; in TEST() local
|
H A D | snprintf_test.cpp | 17 char buff[100]; in TEST() local 47 char buff[64]; TEST() local [all...] |
H A D | vsnprintf_test.cpp | 30 char buff[100]; in TEST() local 59 char buff[64]; in TEST() local
|
/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
H A D | setg.assert.pass.cpp | 45 streambuf<CharT> buff; in test() local 50 streambuf<CharT> buff; in test() local 55 streambuf<CharT> buff; in test() local
|
/llvm-project/libcxx/test/libcxx/utilities/any/ |
H A D | small_type.pass.cpp | 36 char buff[BufferSize]; member 43 char buff[BufferSize]; member 48 char buff[BufferSize + 1]; member 55 char buff[BufferSize + 1]; member
|
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
H A D | asan_caterpillar.pass.cpp | 24 char buff[100000]; in test1() local 37 char buff[100000]; in test2() local
|
/llvm-project/libcxx/test/std/ranges/range.utility/view.interface/ |
H A D | view.interface.pass.cpp | 37 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 43 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 72 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 79 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 95 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 103 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 113 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 122 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 129 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member 152 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7}; member
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() 41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber() 82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() 89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal() 103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() 119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() 128 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
|
/llvm-project/libcxx/test/std/ranges/range.access/ |
H A D | data.pass.cpp | 161 int buff[8]; member 175 int buff[8]; member 189 int buff[8]; member 217 int buff[8]; member
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | wcrtomb.c | 10 char *buff = (char*) malloc(MB_CUR_MAX); in main() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
H A D | dll_intercept_memchr.cpp | 15 char buff[6] = "Hello"; in test_function() local
|
H A D | dll_intercept_memset.cpp | 16 char buff[5] = "aaaa"; in test_function() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | wcsdup.c | 8 wchar_t *buff = wcsdup(L"foo"); in main() local
|
H A D | realpath.cpp | 7 char buff[1 << 12]; variable
|
H A D | sanitizer_bad_report_path_test.cpp |
|
H A D | sanitizer_set_report_path_test.cpp | 13 char buff[1000]; in main() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-11-26-PointerShift.c | 3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) { in do_csum()
|
/llvm-project/flang/test/Semantics/ |
H A D | assign13.f90 | 6 character(5), target :: buff = "abcde" variable
|
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/ |
H A D | set_emit_on_sync.pass.cpp | 30 test_syncbuf<T, std::allocator<T>> buff(nullptr, std::allocator<T>()); in test_set_emit_on_sync() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.cpp | 206 char *buff; in __kmp_dispatch_init_algorithm() local 288 char *buff; in __kmp_dispatch_init_algorithm() local 311 char *buff; in __kmp_dispatch_init_algorithm() local 356 char *buff; in __kmp_dispatch_init_algorithm() local 991 char *buff; in __kmp_dispatch_init() local 1144 char *buff; in __kmp_dispatch_init() local 1211 char *buff; in __kmp_dispatch_finish() local 1226 char *buff; in __kmp_dispatch_finish() local 1278 char *buff; in __kmp_dispatch_finish_chunk() local 1300 char *buff; in __kmp_dispatch_finish_chunk() local [all …]
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | wcrtomb.c | 12 char buff[10]; in main() local
|
H A D | wctomb.c | 7 char buff[10]; in main() local
|