Home
last modified time | relevance | path

Searched refs:get_member_function_templates (Results 1 – 7 of 7) sorted by relevance

/external/libabigail/src/
Dabg-hash.cc654 t.get_member_function_templates().begin(); in operator ()()
655 f != t.get_member_function_templates().end(); in operator ()()
Dabg-writer.cc3733 decl->get_member_function_templates().begin(); in write_class_decl()
3734 fn != decl->get_member_function_templates().end(); in write_class_decl()
3889 decl->get_member_function_templates().begin(); in write_union_decl()
3890 fn != decl->get_member_function_templates().end(); in write_union_decl()
Dabg-comparison.cc5761 compute_diff(f->get_member_function_templates().begin(), in compute_diff()
5762 f->get_member_function_templates().end(), in compute_diff()
5763 s->get_member_function_templates().begin(), in compute_diff()
5764 s->get_member_function_templates().end(), in compute_diff()
6098 compute_diff(first->get_member_function_templates().begin(), in compute_diff()
6099 first->get_member_function_templates().end(), in compute_diff()
6100 second->get_member_function_templates().begin(), in compute_diff()
6101 second->get_member_function_templates().end(), in compute_diff()
Dabg-default-reporter.cc1171 first->get_member_function_templates()[i->index()]; in report()
1192 mem_fn_tmpl = second->get_member_function_templates()[*j]; in report()
Dabg-ir.cc19022 get_member_function_templates().begin(); in traverse()
19023 i != get_member_function_templates().end(); in traverse()
19624 class_or_union::get_member_function_templates() const in get_member_function_templates() function in abigail::ir::class_or_union
19953 if (l.get_member_function_templates().size() in equals()
19954 != r.get_member_function_templates().size()) in equals()
19964 fn_tmpl_it0 = l.get_member_function_templates().begin(), in equals()
19965 fn_tmpl_it1 = r.get_member_function_templates().begin(); in equals()
19966 fn_tmpl_it0 != l.get_member_function_templates().end() in equals()
19967 && fn_tmpl_it1 != r.get_member_function_templates().end(); in equals()
21716 get_member_function_templates().begin(); in traverse()
[all …]
/external/libabigail/include/
Dabg-ir.h3924 get_member_function_templates() const;
/external/libabigail/
DChangeLog13421 add_member_function_template, get_member_function_templates,
13466 add_member_function_template, get_member_function_templates,
13479 add_member_function_template, get_member_function_templates,
29500 get_member_function_templates, get_member_class_templates}): Move
29520 get_member_functions, get_member_function_templates,