Lines Matching refs:pointer_diff
770 const pointer_diff*
772 {return dynamic_cast<const pointer_diff*>(diff);} in is_pointer_diff()
818 else if (const pointer_diff *d = is_pointer_diff(diff)) in is_reference_or_ptr_diff_to_non_basic_nor_distinct_types()
3331 pointer_diff::chain_into_hierarchy() in chain_into_hierarchy()
3341 pointer_diff::pointer_diff(pointer_type_def_sptr first, in pointer_diff() function in abigail::comparison::pointer_diff
3353 pointer_diff::first_pointer() const in first_pointer()
3360 pointer_diff::second_pointer() const in second_pointer()
3366 pointer_diff::get_pretty_representation() const in get_pretty_representation()
3385 pointer_diff::has_changes() const in has_changes()
3392 pointer_diff::has_local_changes() const in has_local_changes()
3405 pointer_diff::underlying_type_diff() const in underlying_type_diff()
3414 pointer_diff::underlying_type_diff(const diff_sptr d) in underlying_type_diff()
3424 pointer_diff::report(ostream& out, const string& indent) const in report()
3449 pointer_diff_sptr result(new pointer_diff(first, second, d, ctxt)); in compute_diff()
11203 diff_node_visitor::visit(pointer_diff* dif, bool pre) in visit()
12408 const pointer_diff *d = 0; in peel_pointer_diff()
12486 if (const pointer_diff *d = is_pointer_diff(dif)) in peel_pointer_or_qualified_type_diff()