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 | 1122 variable_is_suppressed(const read_context& ctxt, 3274 if (!variable_is_suppressed(ctxt, node)) in build_var_decl_if_not_suppressed() 3288 variable_is_suppressed(const read_context& ctxt, xmlNodePtr node) in variable_is_suppressed() function 3302 return suppr::variable_is_suppressed(ctxt, qualified_name, linkage_name); in variable_is_suppressed() 3316 variable_is_suppressed(const read_context& ctxt, in variable_is_suppressed() function 3321 return suppr::variable_is_suppressed(ctxt, qualified_name, in variable_is_suppressed() 4666 if (!variable_is_suppressed(ctxt, decl.get(), *v)) in build_class_decl() 5021 || !variable_is_suppressed(ctxt, decl.get(), *v)) in build_union_decl()
|
D | abg-dwarf-reader.cc | 6178 variable_is_suppressed(const read_context& ctxt, 12334 if (is_static && variable_is_suppressed(ctxt, in add_or_update_class_type() 13657 if (variable_is_suppressed(ctxt, scope, die, is_required_decl_spec)) in build_or_get_var_decl_if_not_suppressed() 13910 variable_is_suppressed(const read_context& ctxt, in variable_is_suppressed() function 13954 return suppr::variable_is_suppressed(ctxt, qualified_name, in variable_is_suppressed()
|
D | abg-comparison.cc | 9347 variable_is_suppressed(const var_decl* var, in variable_is_suppressed() function 9472 if (variable_is_suppressed(e->second, var_suppr, in apply_supprs_to_added_removed_fns_vars_unreachable_types() 9481 if (variable_is_suppressed(e->second, var_suppr, in apply_supprs_to_added_removed_fns_vars_unreachable_types()
|
/external/libabigail/ |
D | ChangeLog | 3005 (variable_is_suppressed): Likewise. 6620 (variable_is_suppressed): Likewise for variables. 12127 (variable_is_suppressed, build_var_decl_if_not_suppressed): Take a 14071 (variable_is_suppressed, type_is_suppressed): Define new static 14105 (variable_is_suppressed, build_enum_type_decl_if_not_suppressed) 15434 (variable_is_suppressed): Likewise. 20893 (function_is_suppressed, variable_is_suppressed): Take a 21633 (function_is_suppressed, variable_is_suppressed): Define new
|