Searched refs:str_match (Results 1 – 1 of 1) sorted by relevance
55 std::smatch str_match; // Resultant match in ParseFormats() local56 while (std::regex_search(tmp_line, str_match, exp_base)) { //clang_sa_ignore[core.CallAndMessage] in ParseFormats()57 string matched_sub_str = str_match.str(); in ParseFormats()87 tmp_line = str_match.suffix(); in ParseFormats()