Lines Matching refs:drop_artifact
1620 ini::simple_property_sptr drop_artifact = in read_type_suppression() local
1622 if (!drop_artifact) in read_type_suppression()
1623 drop_artifact = is_simple_property(section.find_property("drop")); in read_type_suppression()
1625 string drop_artifact_str = drop_artifact in read_type_suppression()
1626 ? drop_artifact->get_value()->as_string() in read_type_suppression()
3143 ini::simple_property_sptr drop_artifact = in read_function_suppression() local
3145 if (!drop_artifact) in read_function_suppression()
3146 drop_artifact = is_simple_property(section.find_property("drop")); in read_function_suppression()
3148 string drop_artifact_str = drop_artifact in read_function_suppression()
3149 ? drop_artifact->get_value()->as_string() in read_function_suppression()
4022 ini::simple_property_sptr drop_artifact = in read_variable_suppression() local
4024 if (!drop_artifact) in read_variable_suppression()
4025 drop_artifact = is_simple_property(section.find_property("drop")); in read_variable_suppression()
4027 string drop_artifact_str = drop_artifact in read_variable_suppression()
4028 ? drop_artifact->get_value()->as_string() in read_variable_suppression()