Home
last modified time | relevance | path

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

/third_party/libabigail/src/
H A Dabg-hash.cc886 /// Compute a hash value for a @ref type_composition type.
888 /// @param t the type_composition to compute the hash value for.
892 type_composition::hash::operator()(const type_composition& t) const in operator ()()
902 /// Compute a hash value for a @ref type_composition type.
904 /// @param t the type_composition to compute the hash value for.
908 type_composition::hash::operator()(const type_composition* t) const in operator ()()
H A Dabg-writer.cc921 (const shared_ptr<type_composition>, write_context&, unsigned);
4285 /// Serialize an instance of type_composition.
4296 (const shared_ptr<type_composition> decl, in write_type_composition()
4350 (dynamic_pointer_cast<type_composition>(decl), in write_template_parameter()
H A Dabg-ir.cc25187 // <type_composition stuff>
25189 /// The type of the private data of the @ref type_composition type.
25190 class type_composition::priv
25192 friend class type_composition;
25204 }; //end class type_composition::priv
25206 /// Constructor for the @ref type_composition type.
25214 type_composition::type_composition(unsigned index, in type_composition() function in abigail::ir::type_composition
25230 type_composition::get_composed_type() const in get_composed_type()
25237 type_composition
[all...]
H A Dabg-reader.cc5594 result.reset(new type_composition(index, tdecl, composed_type)); in build_type_composition()
/third_party/libabigail/include/
H A Dabg-ir.h3602 class type_composition : public template_parameter, public virtual decl_base class
3607 type_composition();
3612 type_composition(unsigned index,
3625 virtual ~type_composition();
3628 /// Hasher for the @ref type_composition type.
3629 struct type_composition::hash
3632 operator()(const type_composition& t) const;
3635 operator()(const type_composition* t) const;
3637 }; //struct type_composition::hash
H A Dabg-fwd.h300 class type_composition;
310 /// Convenience typedef for shared pointer to type_composition
311 typedef shared_ptr<type_composition> type_composition_sptr;

Completed in 50 milliseconds