Home
last modified time | relevance | path

Searched refs:class_tdecl (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/tests/data/test-diff-filter/
Dtest41-report-0.txt62class_tdecl>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, abi…
63class_tdecl>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, abi…
66class_tdecl>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, abi…
68class_tdecl>, std::__cxx11::basic_string<char>, abigail::ir::class_tdecl::shared_ptr_hash, std::eq…
/external/libabigail/src/
Dabg-hash.cc591 class_tdecl::hash hash_class_tdecl; in operator ()()
941 class_tdecl::hash::
942 operator()(const class_tdecl& t) const in operator ()()
959 class_tdecl::shared_ptr_hash::
960 operator()(const shared_ptr<class_tdecl> t) const in operator ()()
962 class_tdecl::hash hash_class_tmpl_decl; in operator ()()
Dabg-reader.cc98 shared_ptr<class_tdecl> >::const_iterator
116 unordered_map<string, shared_ptr<class_tdecl> > m_class_tmpl_map;
394 shared_ptr<class_tdecl>
399 return shared_ptr<class_tdecl>(); in get_class_tmpl_decl()
607 key_class_tmpl_decl(shared_ptr<class_tdecl> class_tmpl_decl, in key_class_tmpl_decl()
1346 static shared_ptr<class_tdecl>
5141 else if (shared_ptr<class_tdecl> c = in build_class_decl()
5587 static shared_ptr<class_tdecl>
5592 shared_ptr<class_tdecl> nil, result; in build_class_tdecl()
5612 class_tdecl_sptr class_tmpl (new class_tdecl(env, loc, vis)); in build_class_tdecl()
Dabg-writer.cc124 typedef unordered_map<shared_ptr<class_tdecl>,
126 class_tdecl::shared_ptr_hash> class_tmpl_shared_ptr_map;
835 (const shared_ptr<class_tdecl>,
1804 (dynamic_pointer_cast<class_tdecl>(type), ctxt, indent))) in write_type()
1853 (dynamic_pointer_cast<class_tdecl>(decl), ctxt, indent))) in write_decl()
4021 write_class_tdecl(const shared_ptr<class_tdecl> decl, in write_class_tdecl()
Dabg-ir.cc23521 return as_class_tdecl()->class_tdecl::operator==(o); in operator ==()
24824 class class_tdecl::priv
24826 friend class class_tdecl;
24848 class_tdecl::class_tdecl(const environment* env, in class_tdecl() function in abigail::ir::class_tdecl
24873 class_tdecl::class_tdecl(class_decl_sptr pattern, in class_tdecl() function in abigail::ir::class_tdecl
24893 class_tdecl::set_pattern(class_decl_sptr p) in set_pattern()
24904 class_tdecl::get_pattern() const in get_pattern()
24908 class_tdecl::operator==(const decl_base& other) const in operator ==()
24912 const class_tdecl& o = dynamic_cast<const class_tdecl&>(other); in operator ==()
24929 class_tdecl::operator==(const template_decl& other) const in operator ==()
[all …]
/external/libabigail/include/
Dabg-ir.h3663 class class_tdecl : public template_decl, public scope_decl
3669 class_tdecl();
3677 class_tdecl(const environment* env, const location& locus,
3680 class_tdecl(class_decl_sptr pattern,
3691 operator==(const class_tdecl&) const;
3702 virtual ~class_tdecl();
4603 shared_ptr<class_tdecl> class_tmpl_;
4621 operator const class_tdecl& () const
4764 struct class_tdecl::hash
4767 operator()(const class_tdecl& t) const;
[all …]
Dabg-fwd.h254 class class_tdecl; variable
257 typedef shared_ptr<class_tdecl> class_tdecl_sptr;
/external/libabigail/
DChangeLog643 (class_tdecl): Likewise.
9001 (class_tdecl::class_tdecl):
19910 (class_tdecl::class_tdecl, class_decl::class_decl): Take an
20029 (function_tdecl::function_tdecl, class_tdecl::class_tdecl)
20038 (class_tdecl::class_tdecl): Take an environment.
20089 (class_tdecl::operator==): Do not crash when comparing templates
21014 (class_tdecl::class_tdecl): Likewise.
21052 (class_tdecl::class_tdecl): Likewise.
27377 class_tdecl}::traverse): Fix this to properly set the
29399 (class type_composition, function_tdecl, class_tdecl): Pimpl-ify
[all …]