Searched refs:buffer_end (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h104 iterator buffer_end() { return Rewrite.buffer_end(); } function in class:clang::FixItRewriter
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h398 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, argument
401 if (buffer_ptr + store_size > buffer_end)
418 char *const buffer_end = std::end(buffer); local
419 while (first != last && store_and_advance(buffer_ptr, buffer_end,
424 assert(buffer_ptr == buffer_end);
432 while (first != last && store_and_advance(buffer_ptr, buffer_end,
439 std::rotate(buffer, buffer_ptr, buffer_end);
527 char *combine_data(size_t &length, char *buffer_ptr, char *buffer_end, T data) { argument
528 if (!store_and_advance(buffer_ptr, buffer_end, data)) {
533 size_t partial_store_size = buffer_end
566 combine(size_t length, char *buffer_ptr, char *buffer_end, const T &arg, const Ts &...args) argument
579 combine(size_t length, char *buffer_ptr, char *buffer_end) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h206 buffer_iterator buffer_end() { return RewriteBuffers.end(); } function in class:clang::Rewriter
208 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } function in class:clang::Rewriter
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp65 GetPrintableImpl(uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next,
137 uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next,
170 uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next,
175 if (!llvm::isLegalUTF8Sequence(buffer, buffer_end))
176 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next,
183 &buffer_for_conversion, buffer_end, &codepoint, llvm::strictConversion);
219 uint8_t *buffer_end, uint8_t *&next,
221 if (!buffer || buffer >= buffer_end)
226 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next,
229 return GetPrintableImpl<StringElementType::UTF8>(buffer, buffer_end, nex
136 GetPrintableImpl( uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, StringPrinter::EscapeStyle escape_style) argument
169 GetPrintableImpl( uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, StringPrinter::EscapeStyle escape_style) argument
218 GetPrintable(StringElementType type, uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, StringPrinter::EscapeStyle escape_style) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp95 for (iterator I = buffer_begin(), E = buffer_end(); I != E; ++I) {
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp414 for (buffer_iterator I = buffer_begin(), E = buffer_end(); I != E; ++I) {
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp597 I = rewriter.buffer_begin(), E = rewriter.buffer_end(); I != E; ++I) {
H A DObjCMT.cpp1955 I = rewriter.buffer_begin(), E = rewriter.buffer_end(); I != E; ++I) {
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1723 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size();
1755 &buffer_begin, buffer_end, llvm::strictConversion);

Completed in 95 milliseconds