Searched refs:m_func_regexp (Results 1 – 1 of 1) sorted by relevance
438 m_func_regexp.assign(std::string(option_arg)); in SetOptionValue()490 m_func_regexp.clear(); in OptionParsingStarting()522 std::string m_func_regexp; member in CommandObjectBreakpointSet::CommandOptions565 else if (!m_options.m_func_regexp.empty()) in DoExecute()647 RegularExpression regexp(m_options.m_func_regexp); in DoExecute()654 if (!m_options.m_func_regexp.empty()) { in DoExecute()655 if (m_options.m_func_regexp[0] == '*' || in DoExecute()656 m_options.m_func_regexp[0] == '?') in DoExecute()