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