Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-comparison.h337 enum diff_category enum
471 diff_category
472 operator|(diff_category c1, diff_category c2);
474 diff_category&
475 operator|=(diff_category& c1, diff_category c2);
477 diff_category&
478 operator&=(diff_category& c1, diff_category c2);
480 diff_category
481 operator^(diff_category c1, diff_category c2);
483 diff_category
[all …]
/external/libabigail/src/
Dabg-comparison.cc1037 diff_category
1047 diff_context::set_allowed_category(diff_category c) in set_allowed_category()
1060 diff_context::switch_categories_on(diff_category c) in switch_categories_on()
1071 diff_context::switch_categories_off(diff_category c) in switch_categories_off()
2191 diff_category
2204 diff_category
2217 diff_category
2231 diff_category
2232 diff::add_to_category(diff_category c) in add_to_category()
2246 diff_category
[all …]
Dabg-comparison-priv.h171 diff_category allowed_category_;
256 diff_category local_category_;
257 diff_category category_;
269 diff_category category, in priv()
298 is_filtered_out(diff_category category) in is_filtered_out()
Dabg-comp-filter.cc1717 diff_category category = NO_CHANGE_CATEGORY; in categorize_harmless_diff_node()
1805 diff_category category = NO_CHANGE_CATEGORY; in categorize_harmful_diff_node()
Dabg-default-reporter.cc300 diff_category c = dif->get_category(); in report()
521 diff_category saved_category = type_diff->get_category(); in report()
/external/libabigail/
DChangeLog1849 * include/abg-comparison.h (enum diff_category): Add a new
1861 (operator<<(ostream& o, diff_category c)): Support the new
5273 (operator<<(ostream& o, diff_category c)): Likewise.
5301 * src/abg-comparison.cc (operator<<): In the diff_category
5499 * include/abg-comparison.h (enum diff_category): Rename
5508 (operator<<): In the diff_category overload, replace use of
5671 the diff_category enum.
5672 (EVERYTHING_CATEGORY): In the diff_category, adjust this
5682 enumerators of the diff_category enum.
5720 (operator<<(ostream& o, diff_category c)): Likewise.
[all …]