Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DOutputBuffer.h111 unsigned len_to_copy = static_cast<unsigned>(S.length()) < Length in outstring() local
116 for (unsigned i = 0; i < len_to_copy; ++i) in outstring()