Home
last modified time | relevance | path

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

/third_party/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.cc921 (const shared_ptr<type_composition>, write_context&, unsigned);
4296 (const shared_ptr<type_composition> decl, in write_type_composition()
4350 (dynamic_pointer_cast<type_composition>(decl), in write_template_parameter()
Dabg-ir.cc25190 class type_composition::priv
25192 friend class type_composition;
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::set_composed_type(type_base_sptr t) in set_composed_type()
25244 type_composition::get_hash() const in get_hash()
25246 type_composition::hash hash_type_composition; in get_hash()
25250 type_composition::~type_composition() in ~type_composition()
Dabg-reader.cc5594 result.reset(new type_composition(index, tdecl, composed_type)); in build_type_composition()
/third_party/libabigail/include/
Dabg-ir.h3602 class type_composition : public template_parameter, public virtual decl_base
3607 type_composition();
3612 type_composition(unsigned index,
3625 virtual ~type_composition();
3629 struct type_composition::hash
3632 operator()(const type_composition& t) const;
3635 operator()(const type_composition* t) const;
Dabg-fwd.h300 class type_composition; variable
311 typedef shared_ptr<type_composition> type_composition_sptr;
/third_party/libabigail/
DChangeLog5503 (type_composition): Likewise.
10259 (type_composition::get_composed_type): Likewise.
13861 (type_composition::type_composition)
24890 (type_composition::type_composition)
34261 (class type_composition, function_tdecl, class_tdecl): Pimpl-ify
34295 (class type_composition::priv): New type.
34296 (type_composition::{type_composition, get_composed_type,
34298 type_composition. The constructor now takes the enclosing
34367 (type_composition::hash::operator): Use std::tr1::hash string,
35869 (non_type_tparameter::type_, type_composition::type_): Make this a
[all …]