Lines Matching refs:var_name
2940 /// @param var_name the name of the variable to consider.
2946 const string& var_name)
2950 if (!regex::match(regexp, var_name))
2955 if (regex::match(regexp, var_name))
2962 if (s.priv_->name_ != var_name)
3727 string var_name = var->get_qualified_name();
3732 if (get_name() != var_name)
3742 if (name_regex && !regex::match(name_regex, var_name))
3746 if (name_not_regex && regex::match(name_not_regex, var_name))
4176 /// @param var_name the name of the variable to consider.
4185 /// @p supprs which matches a variable named @p var_name, OR a
4189 const string& var_name,
4198 if (!var_name.empty()
4199 && suppression_matches_variable_name(*suppr, var_name))
4592 /// @param var_name the name of the variable to consider.
4595 /// variable which name is @p var_name.
4599 const string& var_name)
4604 return suppression_matches_variable_name(s, var_name);
4678 return is_variable_suppressed(fe, /*var_name=*/"",
4706 return is_variable_suppressed(fe, /*var_name=*/"",
4758 /// @param var_name the name of the variable to consider.
4771 const string& var_name,
4780 if (!var_name.empty()
4781 && suppression_matches_variable_name(fe, *suppr, var_name))