Searched refs:type_suppression (Results 1 – 7 of 7) sorted by relevance
/external/libabigail/src/ |
D | abg-suppression.cc | 421 type_suppression::type_suppression(const string& label, in type_suppression() function in abigail::suppr::type_suppression 433 type_suppression::~type_suppression() in ~type_suppression() 444 type_suppression::set_type_name_regex_str(const string& name_regex_str) in set_type_name_regex_str() 455 type_suppression::get_type_name_regex_str() const in get_type_name_regex_str() 466 type_suppression::set_type_name_not_regex_str(const string& r) in set_type_name_not_regex_str() 477 type_suppression::get_type_name_not_regex_str() const in get_type_name_not_regex_str() 485 type_suppression::set_type_name(const string& name) in set_type_name() 493 type_suppression::get_type_name() const in get_type_name() 501 type_suppression::get_consider_type_kind() const in get_consider_type_kind() 509 type_suppression::set_consider_type_kind(bool f) in set_consider_type_kind() [all …]
|
D | abg-suppression-priv.h | 637 class type_suppression::priv 645 type_suppression::type_kind type_kind_; 647 type_suppression::reach_kind reach_kind_; 648 type_suppression::insertion_ranges insertion_ranges_; 660 type_suppression::type_kind type_kind, in priv() 662 type_suppression::reach_kind reach_kind) in priv() 755 friend class type_suppression; variable 759 suppression_matches_type_name(const suppr::type_suppression& s, 763 suppression_matches_type_name(const suppr::type_suppression& s, 768 suppression_matches_type_location(const type_suppression& s, [all …]
|
D | abg-tools-utils.cc | 1787 suppr.reset(new type_suppression(get_private_types_suppr_spec_label(), in handle_file_entry()
|
D | abg-reader.cc | 1226 suppression_matches_type_name_or_location(const suppr::type_suppression& s, in suppression_matches_type_name_or_location()
|
D | abg-dwarf-reader.cc | 5759 suppression_matches_type_name_or_location(const suppr::type_suppression& s, in suppression_matches_type_name_or_location()
|
/external/libabigail/include/ |
D | abg-suppression.h | 127 class type_suppression; variable 130 typedef shared_ptr<type_suppression> type_suppression_sptr; 139 class type_suppression : public suppression_base 144 type_suppression(); 190 type_suppression(const string& label, 194 virtual ~type_suppression(); 288 class type_suppression::insertion_range 337 type_suppression::insertion_range::integer_boundary_sptr 338 is_integer_boundary(type_suppression::insertion_range::boundary_sptr); 340 type_suppression::insertion_range::fn_call_expr_boundary_sptr [all …]
|
/external/libabigail/ |
D | ChangeLog | 647 (type_suppression::insertion_range): Likewise. 648 (type_suppression::insertion_range::boundary): Likewise. 649 (type_suppression::insertion_range::integer_boundary): Likewise. 650 (type_suppression::insertion_range::fn_call_expr_boundary): Likewise. 4284 * src/abg-suppression.cc (type_suppression::suppresses_diff): Make 6055 * src/abg-suppression.cc (type_suppression::suppresses_diff): 6102 * src/abg-suppression.cc (type_suppression::suppresses_type): 6582 adds one specific file to the type_suppression. Implementation 7619 (type_suppression::suppresses_type): Fix the logic to make a 8430 (type_suppression::{g,s}et_type_name_not_regex_str): Declare new accessors. [all …]
|