Searched refs:str_name (Results 1 – 3 of 3) sorted by relevance
112 std::string str_name(name); in LoadUserSubcommand() local114 auto pos = m_subcommand_dict.find(str_name); in LoadUserSubcommand()116 m_subcommand_dict[str_name] = cmd_obj_sp; in LoadUserSubcommand()129 m_subcommand_dict[str_name] = cmd_obj_sp; in LoadUserSubcommand()136 std::string str_name(cmd_name); in RemoveUserSubcommand() local138 pos = m_subcommand_dict.find(str_name); in RemoveUserSubcommand()141 str_name.c_str()); in RemoveUserSubcommand()145 str_name.c_str()); in RemoveUserSubcommand()150 str_name.c_str()); in RemoveUserSubcommand()154 str_name.c_str()); in RemoveUserSubcommand()
44 #define DEFINE_GENERIC_REGISTER_STUB(dwarf_num, str_name, generic_num) \ argument46 DEFINE_REG_NAME(dwarf_num), DEFINE_REG_NAME_STR(str_name), \52 #define DEFINE_REGISTER_STUB(dwarf_num, str_name) \ argument53 DEFINE_GENERIC_REGISTER_STUB(dwarf_num, str_name, LLDB_INVALID_REGNUM)
724 const ConstString str_name(name); in GetChildMemberWithName() local729 child_sp = value_sp->GetChildMemberWithName(str_name, true); in GetChildMemberWithName()