Searched defs:is_dtor (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/src/ |
D | abg-reader.cc | 5086 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 5124 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 5440 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local 5472 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local
|
D | abg-hash.cc | 413 is_dtor = get_member_function_is_dtor(t), in operator ()() local
|
D | abg-writer.cc | 1697 bool is_dtor, in write_cdtor_const_static()
|
D | abg-dwarf-reader.cc | 9584 bool is_dtor = !fn_name.empty() && fn_name[0] == '~'; in die_return_and_parm_names_from_fn_type_die() local 11847 bool is_dtor = (!f->get_name().empty() in finish_member_function_reading() local 14016 bool is_dtor = !name.empty() && name[0]== '~'; in build_or_get_fn_decl_if_not_suppressed() local
|
D | abg-ir.cc | 21063 bool is_dtor, bool is_const) in add_member_function() 22695 bool is_dtor, bool is_const) in add_member_function()
|