Lines Matching refs:find_property
56 if (section.find_property(*name)) in check_sufficient_props()
1577 is_simple_property(section.find_property("drop_artifact")); in read_type_suppression()
1579 drop_artifact = is_simple_property(section.find_property("drop")); in read_type_suppression()
1586 is_simple_property(section.find_property("label")); in read_type_suppression()
1590 is_simple_property(section.find_property("file_name_regexp")); in read_type_suppression()
1595 is_simple_property(section.find_property("file_name_not_regexp")); in read_type_suppression()
1602 is_simple_property(section.find_property("soname_regexp")); in read_type_suppression()
1607 is_simple_property(section.find_property("soname_not_regexp")); in read_type_suppression()
1614 is_simple_property(section.find_property("name_regexp")); in read_type_suppression()
1620 is_simple_property(section.find_property("name_not_regexp")); in read_type_suppression()
1626 is_simple_property(section.find_property("name")); in read_type_suppression()
1632 section.find_property("source_location_not_in"); in read_type_suppression()
1654 is_simple_property(section.find_property("source_location_not_regexp")); in read_type_suppression()
1662 is_simple_property(section.find_property("type_kind"))) in read_type_suppression()
1672 is_simple_property(section.find_property("accessed_through"))) in read_type_suppression()
1683 is_simple_property(section.find_property("has_data_member_inserted_at"))) in read_type_suppression()
1709 is_tuple_property(section.find_property in read_type_suppression()
1777 is_tuple_property(section.find_property in read_type_suppression()
1850 section.find_property("changed_enumerators"); in read_type_suppression()
3172 is_simple_property(section.find_property("drop_artifact")); in read_function_suppression()
3174 drop_artifact = is_simple_property(section.find_property("drop")); in read_function_suppression()
3181 is_simple_property(section.find_property("change_kind")); in read_function_suppression()
3187 is_simple_property(section.find_property("label")); in read_function_suppression()
3193 is_simple_property(section.find_property("file_name_regexp")); in read_function_suppression()
3198 is_simple_property(section.find_property("file_name_not_regexp")); in read_function_suppression()
3205 is_simple_property(section.find_property("soname_regexp")); in read_function_suppression()
3210 is_simple_property(section.find_property("soname_not_regexp")); in read_function_suppression()
3217 is_simple_property(section.find_property("name")); in read_function_suppression()
3223 is_simple_property(section.find_property("name_regexp")); in read_function_suppression()
3229 is_simple_property(section.find_property("name_not_regexp")); in read_function_suppression()
3235 is_simple_property(section.find_property("return_type_name")); in read_function_suppression()
3241 is_simple_property(section.find_property("return_type_regexp")); in read_function_suppression()
3247 is_simple_property(section.find_property("symbol_name")); in read_function_suppression()
3253 is_simple_property(section.find_property("symbol_name_regexp")); in read_function_suppression()
3259 is_simple_property(section.find_property("symbol_name_not_regexp")); in read_function_suppression()
3265 is_simple_property(section.find_property("symbol_version")); in read_function_suppression()
3271 is_simple_property(section.find_property("symbol_version_regexp")); in read_function_suppression()
3277 is_simple_property(section.find_property("allow_other_aliases")); in read_function_suppression()
4051 is_simple_property(section.find_property("drop_artifact")); in read_variable_suppression()
4053 drop_artifact = is_simple_property(section.find_property("drop")); in read_variable_suppression()
4060 is_simple_property(section.find_property("change_kind")); in read_variable_suppression()
4066 is_simple_property(section.find_property("label")); in read_variable_suppression()
4072 is_simple_property(section.find_property("file_name_regexp")); in read_variable_suppression()
4077 is_simple_property(section.find_property("file_name_not_regexp")); in read_variable_suppression()
4084 is_simple_property(section.find_property("soname_regexp")); in read_variable_suppression()
4089 is_simple_property(section.find_property("soname_not_regexp")); in read_variable_suppression()
4096 is_simple_property(section.find_property("name")); in read_variable_suppression()
4102 is_simple_property(section.find_property("name_regexp")); in read_variable_suppression()
4108 is_simple_property(section.find_property("name_not_regexp")); in read_variable_suppression()
4114 is_simple_property(section.find_property("symbol_name")); in read_variable_suppression()
4120 is_simple_property(section.find_property("symbol_name_regexp")); in read_variable_suppression()
4126 is_simple_property(section.find_property("symbol_name_not_regexp")); in read_variable_suppression()
4132 is_simple_property(section.find_property("symbol_version")); in read_variable_suppression()
4138 is_simple_property(section.find_property("symbol_version_regexp")); in read_variable_suppression()
4144 is_simple_property(section.find_property("type_name")); in read_variable_suppression()
4150 is_simple_property(section.find_property("type_name_regexp")); in read_variable_suppression()
4305 is_simple_property(section.find_property("label")); in read_file_suppression()
4311 is_simple_property(section.find_property("file_name_regexp")); in read_file_suppression()
4316 is_simple_property(section.find_property("file_name_not_regexp")); in read_file_suppression()
4323 is_simple_property(section.find_property("soname_regexp")); in read_file_suppression()
4328 is_simple_property(section.find_property("soname_not_regexp")); in read_file_suppression()