reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/RawByteChannel.h
  175     S.resize(Count);
lib/AsmParser/LLLexer.cpp
  137   Str.resize(BOut-Buffer);
lib/LineEditor/LineEditor.cpp
   49     CommonPrefix.resize(CommonLen);
lib/Support/ConvertUTFWrapper.cpp
  116   Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1);
  129   Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]);
  190   Result.resize(Source.size() + 1);
  197   Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]);
  220     Result.resize(Source.size());
  232     Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size());
  237       Result.resize(reinterpret_cast<char *>(ResultPtr) - &Result[0]);
lib/Support/JSON.cpp
  559   Res.resize(reinterpret_cast<char *>(Out8) - Res.data());
lib/Support/Regex.cpp
   62   Error.resize(len - 1);
lib/Support/Unix/Host.inc
   40     TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
   46     TargetTripleString.resize(MacOSDashIdx);
lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  185       FU.resize(Pos);
tools/clang/include/clang/AST/TextNodeDumper.h
  109       this->Prefix.resize(Prefix.size() - 2);
tools/clang/lib/AST/CommentBriefParser.cpp
   43   S.resize(O - S.begin());
tools/clang/lib/AST/Expr.cpp
  833       TemplateParams.resize(TemplateParams.size() - 2);
tools/clang/lib/Lex/Lexer.cpp
  382   Result.resize(Tok.getLength());
  383   Result.resize(getSpellingSlow(Tok, TokStart, LangOpts, &*Result.begin()));
tools/clang/tools/extra/clangd/Diagnostics.cpp
  429             Msg.resize(Rest.size());
tools/clang/tools/extra/clangd/Format.cpp
  265   CodeToFormat.resize(FormatLimit);
tools/clang/tools/extra/clangd/JSONTransport.cpp
  176     Out.resize(Size + BufSize);
  185       Out.resize(Size + Read);
tools/lldb/source/Commands/CommandObjectType.cpp
 1597     type_name_str.resize(type_name_str.length() - 2);
tools/lldb/source/Core/Disassembler.cpp
  797       line.resize(len - 1);
  858       line.resize(len - 1);
tools/lldb/source/Expression/IRInterpreter.cpp
   51     s.resize(s.length() - 1);
   68     s.resize(s.length() - 1);
tools/lldb/source/Host/linux/Host.cpp
  173     ExePath.resize(len);
  177     ExePath.resize(0);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  103     s.resize(s.length() - 1);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
   93       s.resize(s.length() - 1);
  104     s.resize(s.length() - 1);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2761           basename.resize(basename.length() - 3);
 2763           basename.resize(basename.length() - 4);
tools/lldb/tools/lldb-vscode/IOStream.cpp
   94   data.resize(length);