Searched refs:tmp_line (Results 1 – 1 of 1) sorted by relevance
54 string tmp_line = line; in ParseFormats() local56 while (std::regex_search(tmp_line, str_match, exp_base)) { //clang_sa_ignore[core.CallAndMessage] in ParseFormats()87 tmp_line = str_match.suffix(); in ParseFormats()