Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1156 auto name_iter = m_command_dict.find(name_sstr); in AddCommand() local
1157 if (name_iter != m_command_dict.end()) { in AddCommand()
1158 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
1160 name_iter->second = cmd_sp; in AddCommand()