Searched refs:is_dtor (Results 1 – 7 of 7) 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 5087 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_class_decl() 5105 set_member_function_is_dtor(m, is_dtor); in build_class_decl() 5124 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 5125 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_class_decl() 5440 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local 5441 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_union_decl() 5456 set_member_function_is_dtor(m, is_dtor); in build_union_decl() 5472 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local 5473 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_union_decl()
|
D | abg-hash.cc | 413 is_dtor = get_member_function_is_dtor(t), in operator ()() local 419 v = hashing::combine_hashes(v, hash_bool(is_dtor)); in operator ()()
|
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 9586 if (is_ctor || is_dtor) in die_return_and_parm_names_from_fn_type_die() 11847 bool is_dtor = (!f->get_name().empty() in finish_member_function_reading() local 11916 set_member_function_is_dtor(m, is_dtor); in finish_member_function_reading() 14016 bool is_dtor = !name.empty() && name[0]== '~'; in build_or_get_fn_decl_if_not_suppressed() local 14018 if (is_dtor) in build_or_get_fn_decl_if_not_suppressed() 14034 if (!result && (!(is_dtor && is_virtual))) in build_or_get_fn_decl_if_not_suppressed()
|
D | abg-writer.cc | 1697 bool is_dtor, in write_cdtor_const_static() argument 1706 else if (is_dtor) in write_cdtor_const_static()
|
D | abg-ir.cc | 21063 bool is_dtor, bool is_const) in add_member_function() argument 21070 set_member_function_is_dtor(f, is_dtor); in add_member_function() 22695 bool is_dtor, bool is_const) in add_member_function() argument 22698 is_dtor, is_const); in add_member_function()
|
/external/libabigail/include/ |
D | abg-ir.h | 3975 bool is_dtor, bool is_const); 3983 bool is_dtor, bool is_const);
|
/external/libabigail/ |
D | ChangeLog | 26931 (set_member_function_{is_dtor, is_ctor, is_const, vtable_offset, 26942 (set_member_function_is_{is_ctor,is_dtor,is_const,is_virtual,vtable_offset}): 26961 (set_member_is_static, set_member_function_{is_dtor, is_ctor,
|