Home
last modified time | relevance | path

Searched refs:get_member_function_is_const (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/include/
Dabg-fwd.h767 get_member_function_is_const(const function_decl&);
770 get_member_function_is_const(const function_decl_sptr&);
Dabg-ir.h3735 get_member_function_is_const(const function_decl&);
/external/libabigail/src/
Dabg-writer.cc3691 get_member_function_is_const(fn), in write_class_decl()
3718 get_member_function_is_const(fn), in write_class_decl()
3875 get_member_function_is_const(fn), in write_union_decl()
Dabg-hash.cc415 is_const = get_member_function_is_const(t); in operator ()()
Dabg-ir.cc5413 get_member_function_is_const(const function_decl& f) in get_member_function_is_const() function
5432 get_member_function_is_const(const function_decl_sptr& f) in get_member_function_is_const() function
5433 {return get_member_function_is_const(*f);} in get_member_function_is_const()
17901 &&((is_member_function(mem_fn) && get_member_function_is_const(*mem_fn)) in get_pretty_representation_of_declarator()
18053 get_member_function_is_const(*this)); in clone()
18203 && (get_member_function_is_const(l) in equals()
18204 == get_member_function_is_const(r)) in equals()
20075 get_member_function_is_const(*method)); in copy_member_function()
20082 get_member_function_is_const(*method)); in copy_member_function()
/external/libabigail/
DChangeLog13433 (set_member_function_is_dtor, get_member_function_is_const)
23354 (get_member_function_is_const, set_member_function_is_const)
23368 (get_member_function_is_const, set_member_function_is_const)
23402 (get_member_function_is_const, set_member_function_is_const)