Home
last modified time | relevance | path

Searched refs:is_simple_property (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/src/
Dabg-suppression.cc1577 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()
[all …]
Dabg-ini.cc619 is_simple_property(const property* p) in is_simple_property() function
628 is_simple_property(const property_sptr p) in is_simple_property() function
1815 if (simple_property_sptr simple_prop = is_simple_property(prop)) in write_property_value()
Dabg-tools-utils.cc1989 is_simple_property(*prop_iter)) in gen_suppr_spec_from_kernel_abi_whitelists()
/external/libabigail/include/
Dabg-ini.h247 is_simple_property(const property* p);
250 is_simple_property(const property_sptr p);
/external/libabigail/
DChangeLog22299 (is_simple_property, is_tuple_property, read_function_call_expr):
22306 (is_tuple_property_value, is_simple_property, is_tuple_property)