Searched refs:diff_category (Results 1 – 6 of 6) sorted by relevance
/external/libabigail/include/ |
D | abg-comparison.h | 336 enum diff_category enum 470 diff_category 471 operator|(diff_category c1, diff_category c2); 473 diff_category& 474 operator|=(diff_category& c1, diff_category c2); 476 diff_category& 477 operator&=(diff_category& c1, diff_category c2); 479 diff_category 480 operator^(diff_category c1, diff_category c2); 482 diff_category [all …]
|
/external/libabigail/src/ |
D | abg-comparison.cc | 1035 diff_category 1045 diff_context::set_allowed_category(diff_category c) in set_allowed_category() 1058 diff_context::switch_categories_on(diff_category c) in switch_categories_on() 1069 diff_context::switch_categories_off(diff_category c) in switch_categories_off() 2195 diff_category 2208 diff_category 2221 diff_category 2235 diff_category 2236 diff::add_to_category(diff_category c) in add_to_category() 2250 diff_category [all …]
|
D | abg-comparison-priv.h | 171 diff_category allowed_category_; 257 diff_category local_category_; 258 diff_category category_; 270 diff_category category, in priv() 299 is_filtered_out(diff_category category) in is_filtered_out()
|
D | abg-comp-filter.cc | 1680 diff_category category = NO_CHANGE_CATEGORY; in categorize_harmless_diff_node() 1768 diff_category category = NO_CHANGE_CATEGORY; in categorize_harmful_diff_node()
|
D | abg-default-reporter.cc | 300 diff_category c = dif->get_category(); in report() 521 diff_category saved_category = type_diff->get_category(); in report()
|
/external/libabigail/ |
D | ChangeLog | 1721 (operator<<(ostream& o, diff_category c)): Likewise. 1749 * src/abg-comparison.cc (operator<<): In the diff_category 1947 * include/abg-comparison.h (enum diff_category): Rename 1956 (operator<<): In the diff_category overload, replace use of 2119 the diff_category enum. 2120 (EVERYTHING_CATEGORY): In the diff_category, adjust this 2130 enumerators of the diff_category enum. 2168 (operator<<(ostream& o, diff_category c)): Likewise. 5523 new enumerator to diff_category enum. Adjust the value of the 5527 (operator<<(ostream& o, diff_category c)): Support the new [all …]
|