Lines Matching defs:fn_name
4511 /// @param fn_name the name of the function to consider.
4514 /// function which name is @p fn_name.
4518 const string& fn_name)
4525 if (!regex::match(regexp, fn_name))
4530 if (regex::match(regexp, fn_name))
4537 if (s.priv_->name_ != fn_name)
4675 return is_function_suppressed(fe, /*fn_name=*/"",
4703 return is_function_suppressed(fe, /*fn_name=*/"",
4718 /// @param fn_name the name of the function to consider.
4731 const string& fn_name,
4740 if (!fn_name.empty()
4741 && suppression_matches_function_name(fe, *suppr, fn_name))