Searched defs:is_dtor (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/src/ |
D | abg-reader.cc | 4700 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 4739 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 5039 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local 5072 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 | 1780 bool is_dtor, in write_cdtor_const_static()
|
D | abg-dwarf-reader.cc | 9474 bool is_dtor = !fn_name.empty() && fn_name[0] == '~'; in die_return_and_parm_names_from_fn_type_die() local 11706 bool is_dtor = (!f->get_name().empty() in finish_member_function_reading() local
|
D | abg-ir.cc | 19523 bool is_dtor, bool is_const) in add_member_function() 21121 bool is_dtor, bool is_const) in add_member_function()
|