Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-hash.cc892 type_composition::hash::operator()(const type_composition& t) const in operator ()()
908 type_composition::hash::operator()(const type_composition* t) const in operator ()()
Dabg-writer.cc826 (const shared_ptr<type_composition>, write_context&, unsigned);
3889 (const shared_ptr<type_composition> decl, in write_type_composition()
3943 (dynamic_pointer_cast<type_composition>(decl), in write_template_parameter()
Dabg-ir.cc24573 class type_composition::priv
24575 friend class type_composition;
24597 type_composition::type_composition(unsigned index, in type_composition() function in abigail::ir::type_composition
24613 type_composition::get_composed_type() const in get_composed_type()
24620 type_composition::set_composed_type(type_base_sptr t) in set_composed_type()
24627 type_composition::get_hash() const in get_hash()
24629 type_composition::hash hash_type_composition; in get_hash()
24633 type_composition::~type_composition() in ~type_composition()
Dabg-reader.cc5732 result.reset(new type_composition(index, tdecl, composed_type)); in build_type_composition()
/external/libabigail/include/
Dabg-ir.h3576 class type_composition : public template_parameter, public virtual decl_base
3581 type_composition();
3586 type_composition(unsigned index,
3599 virtual ~type_composition();
3603 struct type_composition::hash
3606 operator()(const type_composition& t) const;
3609 operator()(const type_composition* t) const;
Dabg-fwd.h300 class type_composition; variable
311 typedef shared_ptr<type_composition> type_composition_sptr;
/external/libabigail/
DChangeLog641 (type_composition): Likewise.
5397 (type_composition::get_composed_type): Likewise.
8999 (type_composition::type_composition)
20028 (type_composition::type_composition)
29399 (class type_composition, function_tdecl, class_tdecl): Pimpl-ify
29433 (class type_composition::priv): New type.
29434 (type_composition::{type_composition, get_composed_type,
29436 type_composition. The constructor now takes the enclosing
29505 (type_composition::hash::operator): Use std::tr1::hash string,
31007 (non_type_tparameter::type_, type_composition::type_): Make this a
[all …]