Home
last modified time | relevance | path

Searched refs:is_decl (Results 1 – 12 of 12) sorted by relevance

/external/libabigail/src/
Dabg-comp-filter.cc532 decl_base_sptr f = is_decl(dif->first_subject()), in has_harmful_name_change()
533 s = is_decl(dif->second_subject()); in has_harmful_name_change()
1017 look_through_decl_only(is_decl(d->first_subject())); in has_decl_only_def_change()
1019 look_through_decl_only(is_decl(d->second_subject())); in has_decl_only_def_change()
1682 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmless_diff_node()
1683 s = is_decl(d->second_subject()); in categorize_harmless_diff_node()
1769 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmful_diff_node()
1770 s = is_decl(d->second_subject()); in categorize_harmful_diff_node()
Dabg-reporter-priv.cc457 && is_decl(o_type) && is_decl(n_type) in represent()
458 && is_decl(o_type)->get_is_anonymous() in represent()
459 && is_decl(n_type)->get_is_anonymous()) in represent()
852 decl_base_sptr decl = is_decl(tod); in report_loc_info()
Dabg-dwarf-reader.cc3248 is_decl(lookup_artifact_from_die_offset(die_offset, source, in lookup_decl_from_die_offset()
12339 decl_base_sptr ty = is_decl(build_ir_node_from_die(ctxt, &type_die, in add_or_update_class_type()
12614 is_decl(build_ir_node_from_die(ctxt, &type_die, in add_or_update_union_type()
12647 is_decl(build_ir_node_from_die(ctxt, &child, in add_or_update_union_type()
12665 is_decl(build_ir_node_from_die(ctxt, &child, result.get(), in add_or_update_union_type()
12731 utype_decl = is_decl(build_ir_node_from_die(ctxt, &underlying_type_die, in build_qualified_type()
12856 result = is_decl(u); in maybe_strip_qualification()
12874 scope = is_decl(u)->get_scope(); in maybe_strip_qualification()
12900 result = is_decl(u); in maybe_strip_qualification()
12908 add_decl_to_scope(qual_type, is_decl(element_type)->get_scope()); in maybe_strip_qualification()
[all …]
Dabg-comparison-priv.h599 var_decl_sptr first_dm = is_data_member(is_decl(f.first)); in operator()
600 var_decl_sptr second_dm = is_data_member(is_decl(s.first)); in operator()
Dabg-ir.cc2962 decl_base *fd = is_decl(f); in operator ()()
2963 decl_base *sd = is_decl(s); in operator ()()
2973 fd = is_decl(peeled_f); in operator ()()
2974 sd = is_decl(peeled_s); in operator ()()
4654 decl_base *d = is_decl(t); in is_user_defined_type()
6256 scope_decl* scope = is_decl(type) ? is_decl(type)->get_scope() : 0; in clone_typedef_array_qualified_type()
6269 add_decl_to_scope(is_decl(result), scope); in clone_typedef_array_qualified_type()
6288 scope_decl* scope = is_decl(t)->get_scope(); in clone_array_tree()
6313 add_decl_to_scope(is_decl(subtree), scope); in clone_array_tree()
6324 is_decl(t->get_underlying_type())->get_scope(); in clone_array_tree()
[all …]
Dabg-suppression.cc3705 var_decl_sptr fv = is_var_decl(is_decl(d->first_subject())), in suppresses_diff()
3706 sv = is_var_decl(is_decl(d->second_subject())); in suppresses_diff()
Dabg-comparison.cc577 if (decl_base_sptr decl = is_decl(first)) in is_diff_of_global_decls()
579 if ((decl = is_decl(second))) in is_diff_of_global_decls()
9277 decl_base_sptr old_type = is_decl(j->second); in ensure_lookup_tables_populated()
9278 decl_base_sptr new_type = is_decl(t); in ensure_lookup_tables_populated()
Dabg-reader.cc4497 decl_base_sptr d = is_decl(ctxt.get_type_decl(def_id)); in build_class_decl()
4515 decl->set_earlier_declaration(is_decl(previous_declaration)); in build_class_decl()
Dabg-writer.cc2292 if (decl_base_sptr d = is_decl(*i)) in write_translation_unit()
/external/libabigail/include/
Dabg-fwd.h377 is_decl(const type_or_decl_base*);
380 is_decl(const type_or_decl_base_sptr&);
Dabg-ir.h1367 is_decl(const type_or_decl_base* d);
/external/libabigail/
DChangeLog5067 (is_decl): Make this work for cases where the artifact at hand is
5452 (is_decl, is_type, is_class_type, is_pointer_type): Adjust to use
5459 is_type() and dynamic_cast<const decl_base*> by is_decl().
13843 (is_decl, is_function_decl, is_pointer_type, is_reference_type)
19084 * include/abg-fwd.h (is_function_decl, is_decl, is_namespace)
19086 * src/abg-ir.cc (is_function_decl, is_decl, is_namespace)
22767 (is_decl, is_type, is_function_type, get_name, get_type_name)
22801 (get_pretty_representation, is_decl, is_type, is_function_type)