Searched refs:is_ctor (Results 1 - 6 of 6) sorted by relevance
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 4953 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 4954 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_class_decl() 4971 set_member_function_is_ctor(m, is_ctor); in build_class_decl() 4991 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 4992 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_class_decl() 5004 is_ctor, is_const)); in build_class_decl() 5306 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local 5307 read_cdtor_const(n, is_ctor, is_dtor, is_const); in build_union_decl() 5321 set_member_function_is_ctor(m, is_ctor); in build_union_decl() 5338 bool is_ctor in build_union_decl() local [all...] |
H A D | abg-hash.cc | 412 bool is_ctor = get_member_function_is_ctor(t), in operator ()() local 418 v = hashing::combine_hashes(v, hash_bool(is_ctor)); in operator ()() 422 if (!is_static && !is_ctor) in operator ()()
|
H A D | abg-writer.cc | 1782 /// @param is_ctor if set to true, the "constructor='true'" string is 1793 write_cdtor_const_static(bool is_ctor, in write_cdtor_const_static() argument 1801 if (is_ctor) in write_cdtor_const_static() 3460 write_cdtor_const_static(/*is_ctor=*/false, /*is_dtor=*/false, in write_function_type() 3802 write_cdtor_const_static(/*is_ctor=*/false, in write_class_decl() 3986 write_cdtor_const_static(/*is_ctor=*/false, in write_union_decl()
|
H A D | abg-dwarf-reader.cc | 9388 bool is_ctor = fn_name == non_qualified_class_name; 9391 if (is_ctor || is_dtor) 12349 bool is_ctor = (f->get_name() == klass->get_name()); 12418 set_member_function_is_ctor(m, is_ctor);
|
H A D | abg-ir.cc | 6209 /// Setter for the is_ctor property of the member function. 6213 /// @param f the new boolean value of the is_ctor property. Is true 6229 /// Setter for the is_ctor property of the member function. 6233 /// @param f the new boolean value of the is_ctor property. Is true 21608 /// @param is_ctor whether the new member function is a constructor. 21616 bool is_static, bool is_ctor, in add_member_function() 21623 set_member_function_is_ctor(f, is_ctor); in add_member_function() 21787 /*is_ctor=*/false, in insert_member_decl() 22703 /*is_ctor=*/false, in insert_member_decl() 23256 /// @param is_ctor whethe 21614 add_member_function(method_decl_sptr f, access_specifier a, bool is_static, bool is_ctor, bool is_dtor, bool is_const) add_member_function() argument 23262 add_member_function(method_decl_sptr f, access_specifier a, bool is_virtual, size_t vtable_offset, bool is_static, bool is_ctor, bool is_dtor, bool is_const) add_member_function() argument [all...] |
/third_party/libabigail/include/ |
H A D | abg-ir.h | 3981 bool is_static, bool is_ctor, 3989 bool is_static, bool is_ctor,
|
Completed in 64 milliseconds