Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/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()
/third_party/libabigail/
DChangeLog6711 * include/abg-comparison.h (enum diff_category): Add a new
6723 (operator<<(ostream& o, diff_category c)): Support the new
10135 (operator<<(ostream& o, diff_category c)): Likewise.
10163 * src/abg-comparison.cc (operator<<): In the diff_category
10361 * include/abg-comparison.h (enum diff_category): Rename
10370 (operator<<): In the diff_category overload, replace use of
10533 the diff_category enum.
10534 (EVERYTHING_CATEGORY): In the diff_category, adjust this
10544 enumerators of the diff_category enum.
10582 (operator<<(ostream& o, diff_category c)): Likewise.
[all …]