Home
last modified time | relevance | path

Searched refs:buffer_end (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DHashing.h389 if (buffer_ptr + store_size > buffer_end)
406 char *const buffer_end = std::end(buffer);
407 while (first != last && store_and_advance(buffer_ptr, buffer_end,
412 assert(buffer_ptr == buffer_end);
420 while (first != last && store_and_advance(buffer_ptr, buffer_end,
427 std::rotate(buffer, buffer_ptr, buffer_end);
516 if (!store_and_advance(buffer_ptr, buffer_end, data)) {
521 size_t partial_store_size = buffer_end - buffer_ptr;
542 if (!store_and_advance(buffer_ptr, buffer_end, data,
559 return combine(length, buffer_ptr, buffer_end, args...);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp33 GetPrintableImpl(uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next);
137 if (1u + std::distance(buffer, buffer_end) < utf8_encoded_len) { in GetPrintableImpl()
140 next = buffer_end + 1; in GetPrintableImpl()
149 buffer, buffer_end, next); in GetPrintableImpl()
230 uint8_t *buffer_end, uint8_t *&next) { in GetPrintable() argument
237 buffer, buffer_end, next); in GetPrintable()
240 buffer, buffer_end, next); in GetPrintable()
250 return [](uint8_t *buffer, uint8_t *buffer_end, in GetDefaultEscapingHelper()
253 buffer_end, next); in GetDefaultEscapingHelper()
256 return [](uint8_t *buffer, uint8_t *buffer_end, in GetDefaultEscapingHelper() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h105 iterator buffer_end() { return Rewrite.buffer_end(); } in buffer_end() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h180 buffer_iterator buffer_end() { return RewriteBuffers.end(); } in buffer_end() function
182 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } in buffer_end() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp96 for (iterator I = buffer_begin(), E = buffer_end(); I != E; ++I) { in WriteFixedFiles()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c336 char *buffer, *buffer_end; in get_revprop_packname() local
391 buffer_end = buffer + content->len - min_filename_len; in get_revprop_packname()
392 (filenames < filenames_end) && (buffer < buffer_end); in get_revprop_packname()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DRewriter.cpp454 for (buffer_iterator I = buffer_begin(), E = buffer_end(); I != E; ++I) { in overwriteChangedFiles()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1263 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local
1295 &buffer_begin, buffer_end, llvm::strictConversion); in CharLiteralParser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp597 I = rewriter.buffer_begin(), E = rewriter.buffer_end(); I != E; ++I) { in applyTransform()
H A DObjCMT.cpp1964 I = rewriter.buffer_begin(), E = rewriter.buffer_end(); I != E; ++I) { in HandleTranslationUnit()
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-2004983 (struct cp_lexer): Replace buffer_end pointer with buffer_length
1059 (struct cp_lexer): Allow buffer and buffer_end to be NULL. Make