Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 107) sorted by relevance

12345

/llvm-project/libc/test/src/stdlib/
H A DStrfromTest.h65 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 Dderef.pass.cpp20 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 Dsprintf_test.cpp67 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 Dvsprintf_test.cpp26 char buff[64]; in TEST() local
35 char buff[64]; in TEST() local
52 char buff[64]; in TEST() local
H A Dsnprintf_test.cpp17 char buff[100]; in TEST() local
47 char buff[64]; TEST() local
[all...]
H A Dvsnprintf_test.cpp30 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 Dsetg.assert.pass.cpp45 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 Dsmall_type.pass.cpp36 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 Dasan_caterpillar.pass.cpp24 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 Dview.interface.pass.cpp37 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 Dsanitizer_printf.cpp30 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 Ddata.pass.cpp161 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 Dwcrtomb.c10 char *buff = (char*) malloc(MB_CUR_MAX); in main() local
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_intercept_memchr.cpp15 char buff[6] = "Hello"; in test_function() local
H A Ddll_intercept_memset.cpp16 char buff[5] = "aaaa"; in test_function() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dwcsdup.c8 wchar_t *buff = wcsdup(L"foo"); in main() local
H A Drealpath.cpp7 char buff[1 << 12]; variable
H A Dsanitizer_bad_report_path_test.cpp
H A Dsanitizer_set_report_path_test.cpp13 char buff[1000]; in main() local
/llvm-project/clang/test/CodeGen/
H A D2003-11-26-PointerShift.c3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) { in do_csum()
/llvm-project/flang/test/Semantics/
H A Dassign13.f906 character(5), target :: buff = "abcde" variable
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/
H A Dset_emit_on_sync.pass.cpp30 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 Dkmp_dispatch.cpp206 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 Dwcrtomb.c12 char buff[10]; in main() local
H A Dwctomb.c7 char buff[10]; in main() local

12345