Lines Matching defs:label
70 /// @param a label for the suppression. This represents just a
72 suppression_base::suppression_base(const string& label)
73 : priv_(new priv(label))
78 /// @param a label for the suppression. This represents just a
86 suppression_base::suppression_base(const string& label,
89 : priv_(new priv(label,
136 /// Getter for the label associated to this suppression specification.
138 /// @return the label.
143 /// Setter for the label associated to this suppression specification.
145 /// @param label the new label.
147 suppression_base::set_label(const string& label)
148 {priv_->label_ = label;}
408 /// @param label the label of the suppression. This is just a free
422 type_suppression::type_suppression(const string& label,
425 : suppression_base(label),
1629 ini::simple_property_sptr label =
1630 is_simple_property(section.find_property("label"));
1631 string label_str = label ? label->get_value()->as_string() : "";
2045 : suppression_base(/*label=*/""), priv_(new priv)
2050 /// @param label an informative text string that the evalution code
2103 function_suppression::function_suppression(const string& label,
2113 : suppression_base(label),
3121 "label",
3159 is_simple_property(section.find_property("label"));
3324 /// @param label an informative text string that the evalution code
3373 variable_suppression::variable_suppression(const string& label,
3382 : suppression_base(label),
4001 "label",
4038 is_simple_property(section.find_property("label"));
4214 /// @param label the label of the suppression directive.
4225 file_suppression::file_suppression(const string& label,
4228 : suppression_base(label,
4314 is_simple_property(section.find_property("label"));