Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp1035 llvm::StringRef tmp_arg = args_copy[idx].ref(); in ParseAlias() local
1036 size_t pos = input_line.find(std::string(tmp_arg)); in ParseAlias()
1038 input_line.erase(pos, tmp_arg.size()); in ParseAlias()