Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBType.cpp473 std::string name_sstr; in GetFieldAtIndex() local
475 idx, name_sstr, &bit_offset, &bitfield_bit_size, &is_bitfield)); in GetFieldAtIndex()
478 if (!name_sstr.empty()) in GetFieldAtIndex()
479 name.SetCString(name_sstr.c_str()); in GetFieldAtIndex()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp1129 std::string name_sstr(name); in AddCommand() local
1130 auto name_iter = m_command_dict.find(name_sstr); in AddCommand()
1136 m_command_dict[name_sstr] = cmd_sp; in AddCommand()