Home
last modified time | relevance | path

Searched refs:is_ctor (Results 1 - 6 of 6) sorted by relevance

/third_party/libabigail/src/
H A Dabg-reader.cc4953 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 Dabg-hash.cc412 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 Dabg-writer.cc1782 /// @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 Dabg-dwarf-reader.cc9388 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 Dabg-ir.cc6209 /// 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 Dabg-ir.h3981 bool is_static, bool is_ctor,
3989 bool is_static, bool is_ctor,

Completed in 64 milliseconds