Searched refs:buff_end (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_printf.cpp | 31 if (*buff < buff_end) { in AppendChar() 53 result += AppendChar(buff, buff_end, '-'); in AppendNumber() 71 result += AppendChar(buff, buff_end, c); in AppendNumber() 77 result += AppendChar(buff, buff_end, digit); in AppendNumber() 111 result += AppendChar(buff, buff_end, *s); in AppendString() 115 result += AppendChar(buff, buff_end, ' '); in AppendString() 135 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf() local 140 result += AppendChar(&buff, buff_end, *cur); in VSNPrintf() 213 result += AppendChar(&buff, buff_end, '%'); in VSNPrintf() 221 RAW_CHECK(buff <= buff_end); in VSNPrintf() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.cpp | 141 char* const buff_end = buff_begin + buff.size(); in test_common_to_chars() local 148 assert(n <= static_cast<size_t>(buff_end - first)); in test_common_to_chars() 174 assert(all_of(last, buff_end, is_fill_char)); in test_common_to_chars() 180 assert(all_of(result.ptr, buff_end, is_fill_char)); in test_common_to_chars()
|