Searched refs:Regexpr (Results 1 – 1 of 1) sorted by relevance
118 std::optional<Regex> Regexpr; in apply() local131 Regexpr = Regex(pat); in apply()140 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) { in apply()167 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size()))) { in apply()