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.h4317 class mem_fn_context_rel : public context_rel
4327 mem_fn_context_rel() in mem_fn_context_rel() function
4336 mem_fn_context_rel(scope_decl* s) in mem_fn_context_rel() function
4345 mem_fn_context_rel(scope_decl* s, in mem_fn_context_rel() function
4442 virtual ~mem_fn_context_rel();
/external/libabigail/src/
Dabg-ir.cc5305 const mem_fn_context_rel* ctxt = in get_member_function_is_ctor()
5306 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_ctor()
5335 mem_fn_context_rel* ctxt = in set_member_function_is_ctor()
5336 dynamic_cast<mem_fn_context_rel*>(m->get_context_rel()); in set_member_function_is_ctor()
5364 const mem_fn_context_rel* ctxt = in get_member_function_is_dtor()
5365 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_dtor()
5392 mem_fn_context_rel* ctxt = in set_member_function_is_dtor()
5393 dynamic_cast<mem_fn_context_rel*>(m->get_context_rel()); in set_member_function_is_dtor()
5420 const mem_fn_context_rel* ctxt = in get_member_function_is_const()
5421 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_const()
[all …]
/external/libabigail/
DChangeLog10186 * include/abg-ir.h (mem_fn_context_rel::mem_fn_context_rel):
10353 * include/abg-ir.h (mem_fn_context_rel::mem_fn_context_rel):
11871 (mem_fn_context_rel::vtable_offset_in_bits_): Make this data
11873 (mem_fn_context_rel::mem_fn_context_rel): Initialize the
27094 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,
29416 (mem_fn_context_rel::is_virtual_): New member.
29417 (mem_fn_context_rel::mem_fn_context_rel): Adjust to initialize the
29419 (mem_fn_context_rel::is_virtual): New member functions.
29423 mem_fn_context_rel::is_virtual.
30409 (class mem_fn_context_rel): New class.
[all …]