Searched refs:variable_is_suppressed (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/src/ |
D | abg-suppression-priv.h | 609 variable_is_suppressed(const ReadContextType& ctxt, 878 return suppr::variable_is_suppressed(ctxt, /*var_name=*/"", in is_elf_symbol_suppressed()
|
D | abg-reader.cc | 1307 variable_is_suppressed(const read_context& ctxt, 3678 if (!variable_is_suppressed(ctxt, node)) in build_var_decl_if_not_suppressed() 3692 variable_is_suppressed(const read_context& ctxt, xmlNodePtr node) in variable_is_suppressed() function 3706 return suppr::variable_is_suppressed(ctxt, qualified_name, linkage_name); in variable_is_suppressed() 3720 variable_is_suppressed(const read_context& ctxt, in variable_is_suppressed() function 3725 return suppr::variable_is_suppressed(ctxt, qualified_name, in variable_is_suppressed() 5037 if (!variable_is_suppressed(ctxt, decl.get(), *v)) in build_class_decl() 5405 || !variable_is_suppressed(ctxt, decl.get(), *v)) in build_union_decl()
|
D | abg-dwarf-reader.cc | 6172 variable_is_suppressed(const read_context& ctxt, 12466 if (is_static && variable_is_suppressed(ctxt, in add_or_update_class_type() 13782 if (variable_is_suppressed(ctxt, scope, die, is_required_decl_spec)) in build_or_get_var_decl_if_not_suppressed() 14080 variable_is_suppressed(const read_context& ctxt, in variable_is_suppressed() function 14124 return suppr::variable_is_suppressed(ctxt, qualified_name, in variable_is_suppressed()
|
D | abg-comparison.cc | 9190 variable_is_suppressed(const var_decl* var, in variable_is_suppressed() function 9315 if (variable_is_suppressed(e->second, var_suppr, in apply_supprs_to_added_removed_fns_vars_unreachable_types() 9324 if (variable_is_suppressed(e->second, var_suppr, in apply_supprs_to_added_removed_fns_vars_unreachable_types()
|
/external/libabigail/ |
D | ChangeLog | 1436 (variable_is_suppressed): Likewise for variables. 1557 (variable_is_suppressed): Likewise. 6557 (variable_is_suppressed): Likewise. 10172 (variable_is_suppressed): Likewise for variables. 15679 (variable_is_suppressed, build_var_decl_if_not_suppressed): Take a 17623 (variable_is_suppressed, type_is_suppressed): Define new static 17657 (variable_is_suppressed, build_enum_type_decl_if_not_suppressed) 18986 (variable_is_suppressed): Likewise. 24445 (function_is_suppressed, variable_is_suppressed): Take a 25185 (function_is_suppressed, variable_is_suppressed): Define new
|