Home
last modified time | relevance | path

Searched refs:mem_fn_context_rel (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/include/
Dabg-fwd.h243 class mem_fn_context_rel; variable
247 typedef shared_ptr<mem_fn_context_rel> mem_fn_context_rel_sptr;
Dabg-ir.h4400 class mem_fn_context_rel : public context_rel
4410 mem_fn_context_rel() in mem_fn_context_rel() function
4419 mem_fn_context_rel(scope_decl* s) in mem_fn_context_rel() function
4428 mem_fn_context_rel(scope_decl* s, in mem_fn_context_rel() function
4525 virtual ~mem_fn_context_rel();
/external/libabigail/src/
Dabg-ir.cc6144 const mem_fn_context_rel* ctxt = in get_member_function_is_ctor()
6145 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_ctor()
6174 mem_fn_context_rel* ctxt = in set_member_function_is_ctor()
6175 dynamic_cast<mem_fn_context_rel*>(m->get_context_rel()); in set_member_function_is_ctor()
6203 const mem_fn_context_rel* ctxt = in get_member_function_is_dtor()
6204 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_dtor()
6231 mem_fn_context_rel* ctxt = in set_member_function_is_dtor()
6232 dynamic_cast<mem_fn_context_rel*>(m->get_context_rel()); in set_member_function_is_dtor()
6259 const mem_fn_context_rel* ctxt = in get_member_function_is_const()
6260 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_const()
[all …]
/external/libabigail/
DChangeLog13738 * include/abg-ir.h (mem_fn_context_rel::mem_fn_context_rel):
13905 * include/abg-ir.h (mem_fn_context_rel::mem_fn_context_rel):
15423 (mem_fn_context_rel::vtable_offset_in_bits_): Make this data
15425 (mem_fn_context_rel::mem_fn_context_rel): Initialize the
30646 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,
32968 (mem_fn_context_rel::is_virtual_): New member.
32969 (mem_fn_context_rel::mem_fn_context_rel): Adjust to initialize the
32971 (mem_fn_context_rel::is_virtual): New member functions.
32975 mem_fn_context_rel::is_virtual.
33961 (class mem_fn_context_rel): New class.
[all …]