Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-ir.cc6193 const mem_fn_context_rel* ctxt = in get_member_function_is_ctor()
6194 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_ctor()
6223 mem_fn_context_rel* ctxt = in set_member_function_is_ctor()
6224 dynamic_cast<mem_fn_context_rel*>(m->get_context_rel()); in set_member_function_is_ctor()
6252 const mem_fn_context_rel* ctxt = in get_member_function_is_dtor()
6253 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_dtor()
6280 mem_fn_context_rel* ctxt = in set_member_function_is_dtor()
6281 dynamic_cast<mem_fn_context_rel*>(m->get_context_rel()); in set_member_function_is_dtor()
6308 const mem_fn_context_rel* ctxt = in get_member_function_is_const()
6309 dynamic_cast<const mem_fn_context_rel*>(m->get_context_rel()); in get_member_function_is_const()
[all …]
/third_party/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.h4407 class mem_fn_context_rel : public context_rel
4417 mem_fn_context_rel() in mem_fn_context_rel() function
4426 mem_fn_context_rel(scope_decl* s) in mem_fn_context_rel() function
4435 mem_fn_context_rel(scope_decl* s, in mem_fn_context_rel() function
4532 virtual ~mem_fn_context_rel();
/third_party/libabigail/
DChangeLog18600 * include/abg-ir.h (mem_fn_context_rel::mem_fn_context_rel):
18767 * include/abg-ir.h (mem_fn_context_rel::mem_fn_context_rel):
20285 (mem_fn_context_rel::vtable_offset_in_bits_): Make this data
20287 (mem_fn_context_rel::mem_fn_context_rel): Initialize the
35508 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,
37830 (mem_fn_context_rel::is_virtual_): New member.
37831 (mem_fn_context_rel::mem_fn_context_rel): Adjust to initialize the
37833 (mem_fn_context_rel::is_virtual): New member functions.
37837 mem_fn_context_rel::is_virtual.
38823 (class mem_fn_context_rel): New class.
[all …]