• Home
  • Raw
  • Download

Lines Matching refs:function_decl_diff

754 const function_decl_diff*
757 const function_decl_diff *d = dynamic_cast<const function_decl_diff*>(diff); in is_function_decl_diff()
6996 function_decl_diff::ensure_lookup_tables_populated() in ensure_lookup_tables_populated()
7006 function_decl_diff::chain_into_hierarchy() in chain_into_hierarchy()
7022 function_decl_diff::function_decl_diff(const function_decl_sptr first, in function_decl_diff() function in abigail::comparison::function_decl_diff
7032 function_decl_diff::first_function_decl() const in first_function_decl()
7037 function_decl_diff::second_function_decl() const in second_function_decl()
7041 function_decl_diff::type_diff() const in type_diff()
7047 function_decl_diff::get_pretty_representation() const in get_pretty_representation()
7066 function_decl_diff::has_changes() const in has_changes()
7073 function_decl_diff::has_local_changes() const in has_local_changes()
7088 function_decl_diff::report(ostream& out, const string& indent) const in report()
7120 function_decl_diff_sptr result(new function_decl_diff(first, second, in compute_diff()
7760 else if (const function_decl_diff *d = is_function_decl_diff(dif)) in insert_diff_node()
7761 get_function_decl_diff_map()[n] = const_cast<function_decl_diff*>(d); in insert_diff_node()
11287 diff_node_visitor::visit(function_decl_diff* dif, bool pre) in visit()
11650 if (const function_decl_diff *fn_diff = is_function_decl_diff(d)) in visit_end()
12605 else if (const function_decl_diff* f = in has_basic_type_change_only()
12606 dynamic_cast<const function_decl_diff*>(d)) in has_basic_type_change_only()