Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp181 const llvm::UTF8 *buffer_for_conversion = buffer; in GetPrintableImpl() local
183 &buffer_for_conversion, buffer_end, &codepoint, llvm::strictConversion); in GetPrintableImpl()
189 const unsigned utf8_encoded_len = buffer_for_conversion - buffer; in GetPrintableImpl()