Home
last modified time | relevance | path

Searched refs:namespace_decl (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/tests/
Dtest-ir-walker.cc78 visit_begin(abigail::namespace_decl* ns) in visit_begin()
89 visit_end(abigail::namespace_decl*) in visit_end()
/external/libabigail/include/
Dabg-fwd.h249 class namespace_decl; variable
252 typedef shared_ptr<namespace_decl> namespace_decl_sptr;
538 namespace_decl*
Dabg-ir.h2131 class namespace_decl : public scope_decl
2135 namespace_decl(const environment* env, const string& name,
2148 virtual ~namespace_decl();
4824 virtual bool visit_begin(namespace_decl*);
4825 virtual bool visit_end(namespace_decl*);
/external/libabigail/src/
Dabg-ir.cc10164 {return dynamic_pointer_cast<namespace_decl>(d);} in is_namespace()
10171 namespace_decl*
10173 {return dynamic_cast<namespace_decl*>(const_cast<decl_base*>(d));} in is_namespace()
14859 namespace_decl::namespace_decl(const environment* env, in namespace_decl() function in abigail::ir::namespace_decl
14897 namespace_decl::get_pretty_representation(bool internal, in get_pretty_representation()
14911 namespace_decl::operator==(const decl_base& o) const in operator ==()
14913 const namespace_decl* other = dynamic_cast<const namespace_decl*>(&o); in operator ==()
14925 namespace_decl::is_empty_or_has_empty_sub_namespaces() const in is_empty_or_has_empty_sub_namespaces()
14956 namespace_decl::traverse(ir_node_visitor& v) in traverse()
14980 namespace_decl::~namespace_decl() in ~namespace_decl()
[all …]
Dabg-writer.cc1826 || write_namespace_decl(dynamic_pointer_cast<namespace_decl>(decl), in write_decl()
1899 if (namespace_decl* n = is_namespace(*i)) in write_decl_in_scope()
Dabg-reader.cc3123 namespace_decl_sptr result = dynamic_pointer_cast<namespace_decl>(d); in build_namespace_decl()
3136 namespace_decl_sptr decl(new namespace_decl(env, name, loc)); in build_namespace_decl()
Dabg-dwarf-reader.cc11574 result.reset(new namespace_decl(ctxt.env(), name, loc)); in build_namespace_decl_and_add_to_ir()
/external/libabigail/
DChangeLog9046 namespace_decl, array_type_def::subrange_type, array_type_def,
9051 namespace_decl, array_type_def::subrange_type, array_type_def, enum_type_decl,
17772 (namespace_decl::is_empty_or_has_empty_sub_namespaces): Declare
17775 (namespace_decl::is_empty_or_has_empty_sub_namespaces): ... and
19906 (namespace_decl::namespace_decl)
20035 (namespace_decl::namespace_decl)
20999 (namespace_decl::namespace_decl): Likewise.
21036 (namespace_decl::namespace_decl): Likewise.
21934 ({decl_base, type_decl, namespace_decl, array_type_def,
27360 (namespace_decl::get_pretty_representation): Declare new virtual
[all …]