Home
last modified time | relevance | path

Searched refs:function_tdecl (Results 1 – 7 of 7) sorted by relevance

/external/libabigail/src/
Dabg-hash.cc573 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 ()()
Dabg-reader.cc82 shared_ptr<function_tdecl> >::const_iterator
97 unordered_map<string, shared_ptr<function_tdecl> > m_fn_tmpl_map;
361 shared_ptr<function_tdecl>
366 return shared_ptr<function_tdecl>(); in get_fn_tmpl_decl()
570 key_fn_tmpl_decl(shared_ptr<function_tdecl> fn_tmpl_decl, in key_fn_tmpl_decl()
1158 static shared_ptr<function_tdecl>
4747 if (shared_ptr<function_tdecl> f = in build_class_decl()
5121 static shared_ptr<function_tdecl>
5126 shared_ptr<function_tdecl> nil, result; in build_function_tdecl()
5149 function_tdecl_sptr fn_tmpl_decl(new function_tdecl(env, loc, vis, bind)); in build_function_tdecl()
Dabg-writer.cc135 typedef unordered_map<shared_ptr<function_tdecl>,
137 function_tdecl::shared_ptr_hash> fn_tmpl_shared_ptr_map;
915 (const shared_ptr<function_tdecl>,
1885 (dynamic_pointer_cast<function_tdecl>(type), ctxt, indent)) in write_type()
1934 (dynamic_pointer_cast<function_tdecl>(decl), ctxt, indent)) in write_decl()
4245 write_function_tdecl(const shared_ptr<function_tdecl> decl, in write_function_tdecl()
Dabg-ir.cc21834 return ftdecl->function_tdecl::operator==(*other_ftdecl); in operator ==()
23029 class function_tdecl::priv
23031 friend class function_tdecl;
23061 function_tdecl::function_tdecl(const environment* env, in function_tdecl() function in abigail::ir::function_tdecl
23089 function_tdecl::function_tdecl(function_decl_sptr pattern, in function_tdecl() function in abigail::ir::function_tdecl
23110 function_tdecl::set_pattern(function_decl_sptr p) in set_pattern()
23121 function_tdecl::get_pattern() const in get_pattern()
23128 function_tdecl::get_binding() const in get_binding()
23137 function_tdecl::operator==(const decl_base& other) const in operator ==()
23139 const function_tdecl* o = dynamic_cast<const function_tdecl*>(&other); in operator ==()
[all …]
/external/libabigail/include/
Dabg-ir.h3521 class function_tdecl : public template_decl, public scope_decl
3529 function_tdecl();
3537 function_tdecl(const environment* env,
3542 function_tdecl(function_decl_sptr pattern,
3554 operator==(const function_tdecl&) const;
3568 virtual ~function_tdecl();
4467 shared_ptr<function_tdecl> fn_tmpl_;
4493 operator const function_tdecl& () const
4669 struct function_tdecl::hash
4672 operator()(const function_tdecl& t) const;
[all …]
Dabg-fwd.h259 class function_tdecl; variable
262 typedef shared_ptr<function_tdecl> function_tdecl_sptr;
/external/libabigail/
DChangeLog5448 (function_tdecl::function_tdecl, function_tdecl::function_tdecl)
16357 (template_decl::template_decl, function_tdecl::function_tdecl)
16477 (function_tdecl::function_tdecl, class_tdecl::class_tdecl)
16485 (template_decl::template_decl, function_tdecl::function_tdecl)
16535 * src/abg-ir.cc (function_tdecl::traverse): Do not crash when
17461 (function_tdecl::function_tdecl): Likewise.
17499 (function_tdecl::function_tdecl): Likewise.
19685 (function_tdecl::operator==): Add comments.
19847 * include/abg-ir.h (function_tdecl::operator==): Introduce a new
19848 virtual member operator that takes a function_tdecl&.
[all …]