Home
last modified time | relevance | path

Searched refs:type_suppression (Results 1 – 6 of 6) sorted by relevance

/third_party/libabigail/src/
Dabg-suppression.cc422 type_suppression::type_suppression(const string& label, in type_suppression() function in abigail::suppr::type_suppression
434 type_suppression::~type_suppression() in ~type_suppression()
445 type_suppression::set_type_name_regex_str(const string& name_regex_str) in set_type_name_regex_str()
456 type_suppression::get_type_name_regex_str() const in get_type_name_regex_str()
467 type_suppression::set_type_name_not_regex_str(const string& r) in set_type_name_not_regex_str()
478 type_suppression::get_type_name_not_regex_str() const in get_type_name_not_regex_str()
486 type_suppression::set_type_name(const string& name) in set_type_name()
494 type_suppression::get_type_name() const in get_type_name()
502 type_suppression::get_consider_type_kind() const in get_consider_type_kind()
510 type_suppression::set_consider_type_kind(bool f) in set_consider_type_kind()
[all …]
Dabg-suppression-priv.h562 class type_suppression::priv
570 type_suppression::type_kind type_kind_;
572 type_suppression::reach_kind reach_kind_;
573 type_suppression::insertion_ranges insertion_ranges_;
585 type_suppression::type_kind type_kind, in priv()
587 type_suppression::reach_kind reach_kind) in priv()
680 friend class type_suppression; variable
684 suppression_matches_type_name(const suppr::type_suppression& s,
688 suppression_matches_type_name(const suppr::type_suppression& s,
693 suppression_matches_type_location(const type_suppression& s,
[all …]
Dabg-tools-utils.cc1886 suppr.reset(new type_suppression(get_private_types_suppr_spec_label(), in handle_file_entry()
Dabg-reader.cc1065 suppression_matches_type_name_or_location(const suppr::type_suppression& s, in suppression_matches_type_name_or_location()
/third_party/libabigail/include/
Dabg-suppression.h135 class type_suppression; variable
138 typedef shared_ptr<type_suppression> type_suppression_sptr;
147 class type_suppression : public suppression_base
152 type_suppression();
198 type_suppression(const string& label,
202 virtual ~type_suppression();
296 class type_suppression::insertion_range
345 type_suppression::insertion_range::integer_boundary_sptr
346 is_integer_boundary(type_suppression::insertion_range::boundary_sptr);
348 type_suppression::insertion_range::fn_call_expr_boundary_sptr
[all …]
/third_party/libabigail/
DChangeLog3819 * src/abg-suppression.cc (type_suppression::suppresses_diff):
4127 (type_suppression::insertion_range::integer_boundary::{integer_boundary,
4133 (type_suppression::suppresses_diff): Rework logic to better handle
4141 (type_suppression::insertion_range::eval_boundary): Make this
4145 (type_suppression::insertion_range::integer_boundary::{integer_boundary,
4148 (type_suppression::insertion_range::boundary_value_is_end): Define
4150 (type_suppression::insertion_range::integer_boundary::priv::value_):
4152 (type_suppression::insertion_range::integer_boundary::priv::priv):
5509 (type_suppression::insertion_range): Likewise.
5510 (type_suppression::insertion_range::boundary): Likewise.
[all …]