Searched refs:function_tdecl (Results 1 – 8 of 8) sorted by relevance
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test41-report-0.txt | 68 …function_tdecl>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, … 69 …function_tdecl>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, … 72 …function_tdecl>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, … 74 …function_tdecl>, std::__cxx11::basic_string<char>, abigail::ir::function_tdecl::shared_ptr_hash, s…
|
/third_party/libabigail/src/ |
D | abg-hash.cc | 573 function_tdecl::hash hash_function_tdecl; in operator ()() 912 function_tdecl::hash:: 913 operator()(const function_tdecl& t) const in operator ()() 931 function_tdecl::shared_ptr_hash:: 932 operator()(const shared_ptr<function_tdecl> f) const in operator ()() 934 function_tdecl::hash hash_fn_tmpl_decl; in operator ()()
|
D | abg-reader.cc | 121 shared_ptr<function_tdecl> >::const_iterator 140 unordered_map<string, shared_ptr<function_tdecl> > m_fn_tmpl_map; 391 shared_ptr<function_tdecl> 396 return shared_ptr<function_tdecl>(); in get_fn_tmpl_decl() 600 key_fn_tmpl_decl(shared_ptr<function_tdecl> fn_tmpl_decl, in key_fn_tmpl_decl() 1375 static shared_ptr<function_tdecl> 4998 if (shared_ptr<function_tdecl> f = in build_class_decl() 5386 static shared_ptr<function_tdecl> 5391 shared_ptr<function_tdecl> nil, result; in build_function_tdecl() 5413 function_tdecl_sptr fn_tmpl_decl(new function_tdecl(env, loc, vis, bind)); in build_function_tdecl()
|
D | abg-writer.cc | 198 typedef unordered_map<shared_ptr<function_tdecl>, 200 function_tdecl::shared_ptr_hash> fn_tmpl_shared_ptr_map; 927 (const shared_ptr<function_tdecl>, 1900 (dynamic_pointer_cast<function_tdecl>(type), ctxt, indent)) in write_type() 1949 (dynamic_pointer_cast<function_tdecl>(decl), ctxt, indent)) in write_decl() 4383 write_function_tdecl(const shared_ptr<function_tdecl> decl, in write_function_tdecl()
|
D | abg-ir.cc | 24028 return ftdecl->function_tdecl::operator==(*other_ftdecl); in operator ==() 25259 class function_tdecl::priv 25261 friend class function_tdecl; 25291 function_tdecl::function_tdecl(const environment& env, in function_tdecl() function in abigail::ir::function_tdecl 25319 function_tdecl::function_tdecl(function_decl_sptr pattern, in function_tdecl() function in abigail::ir::function_tdecl 25340 function_tdecl::set_pattern(function_decl_sptr p) in set_pattern() 25351 function_tdecl::get_pattern() const in get_pattern() 25358 function_tdecl::get_binding() const in get_binding() 25367 function_tdecl::operator==(const decl_base& other) const in operator ==() 25369 const function_tdecl* o = dynamic_cast<const function_tdecl*>(&other); in operator ==() [all …]
|
/third_party/libabigail/include/ |
D | abg-ir.h | 3640 class function_tdecl : public template_decl, public scope_decl 3646 function_tdecl(); 3654 function_tdecl(const environment& env, 3659 function_tdecl(function_decl_sptr pattern, 3671 operator==(const function_tdecl&) const; 3685 virtual ~function_tdecl(); 4557 shared_ptr<function_tdecl> fn_tmpl_; 4583 operator const function_tdecl& () const 4759 struct function_tdecl::hash 4762 operator()(const function_tdecl& t) const; [all …]
|
D | abg-fwd.h | 259 class function_tdecl; variable 262 typedef shared_ptr<function_tdecl> function_tdecl_sptr;
|
/third_party/libabigail/ |
D | ChangeLog | 833 (function_tdecl::function_tdecl, class_tdecl::class_tdecl) 5504 (function_tdecl): Likewise. 13862 (function_tdecl::function_tdecl, function_tdecl::function_tdecl) 24771 (template_decl::template_decl, function_tdecl::function_tdecl) 24891 (function_tdecl::function_tdecl, class_tdecl::class_tdecl) 24899 (template_decl::template_decl, function_tdecl::function_tdecl) 24949 * src/abg-ir.cc (function_tdecl::traverse): Do not crash when 25875 (function_tdecl::function_tdecl): Likewise. 25913 (function_tdecl::function_tdecl): Likewise. 28099 (function_tdecl::operator==): Add comments. [all …]
|