Searched refs:scope_decl (Results 1 – 14 of 14) sorted by relevance
/third_party/libabigail/include/ |
D | abg-fwd.h | 225 class scope_decl; variable 228 typedef shared_ptr<scope_decl> scope_decl_sptr; 314 add_decl_to_scope(decl_base_sptr, scope_decl*); 338 is_global_scope(const scope_decl&); 341 is_global_scope(const scope_decl*); 569 scope_decl*); 591 scope_decl* 915 build_qualified_name(const scope_decl* scope, const string& name); 918 build_qualified_name(const scope_decl* scope, 921 scope_decl* [all …]
|
D | abg-ir.h | 656 typedef shared_ptr<scope_decl> global_scope_sptr; 1207 scope_decl* scope_; 1218 context_rel(scope_decl* s) in context_rel() 1224 context_rel(scope_decl* s, in context_rel() 1232 scope_decl* 1253 set_scope(scope_decl* s) in set_scope() 1556 set_scope(scope_decl*); 1657 scope_decl* 1702 add_decl_to_scope(decl_base_sptr decl, scope_decl* scpe); 1710 scope_decl*); [all …]
|
D | abg-suppression.h | 288 const scope_decl* type_scope) const;
|
/third_party/libabigail/src/ |
D | abg-ir.cc | 3072 dm_context_rel::dm_context_rel(scope_decl* s, in dm_context_rel() 3081 dm_context_rel::dm_context_rel(scope_decl* s) in dm_context_rel() 4683 scope_decl *scope = get_scope(); in get_has_anonymous_parent() 4782 scope_decl* 4961 if (scope_decl* s = get_scope()) in set_is_declaration_only() 4963 scope_decl::declarations::iterator i; in set_is_declaration_only() 5238 decl_base::set_scope(scope_decl* scope) in set_scope() 5435 scope_decl* 5437 {return dynamic_cast<scope_decl*>(d);} in is_scope_decl() 5447 {return dynamic_pointer_cast<scope_decl>(d);} in is_scope_decl() [all …]
|
D | abg-hash.cc | 169 scope_decl::hash::operator()(const scope_decl& d) const in operator ()() 173 for (scope_decl::declarations::const_iterator i = in operator ()() 188 scope_decl::hash::operator()(const scope_decl* d) const in operator ()()
|
D | abg-dwarf-reader.cc | 260 typedef stack<scope_decl*> scope_stack_type; 4758 scope_decl* 5752 scope_decl* scope, 5767 scope_decl* scope, 5777 scope_decl* scope, 5797 const scope_decl* scope, 5803 scope_decl *scope, 5817 scope_decl *scope, 5824 const scope_decl* scope, 11669 s = dynamic_pointer_cast<scope_decl>(d); in get_scope_for_die() [all …]
|
D | abg-reader.cc | 420 scope_decl* 425 if (dynamic_cast<scope_decl*>(cur_decl.get())) in get_cur_scope() 427 return dynamic_pointer_cast<scope_decl>(cur_decl).get(); in get_cur_scope() 511 scope_decl_sptr s = dynamic_pointer_cast<scope_decl>(d); in pop_scope() 520 return dynamic_pointer_cast<scope_decl>(d) == scope; in pop_scope() 1491 scope = dynamic_pointer_cast<scope_decl> in get_scope_for_node() 1497 scope = dynamic_pointer_cast<scope_decl>(i->second); in get_scope_for_node() 3495 scope_decl* scope = rdr.get_cur_scope(); in function_is_suppressed() 3523 scope_decl* scope = rdr.get_cur_scope(); in type_is_suppressed() 3575 scope_decl* scope = rdr.get_cur_scope(); in variable_is_suppressed() [all …]
|
D | abg-writer.cc | 1979 list<scope_decl*> scopes; in write_decl_in_scope() 1980 for (scope_decl* s = decl->get_scope(); in write_decl_in_scope() 1990 for (list<scope_decl*>::const_iterator i = scopes.begin(); in write_decl_in_scope() 2216 write_canonical_types_of_scope(const scope_decl &scope, in write_canonical_types_of_scope() 2442 typedef scope_decl::declarations declarations; in write_translation_unit() 2573 typedef scope_decl::declarations declarations; in write_namespace_decl()
|
D | abg-suppression-priv.h | 689 const scope_decl* scope,
|
D | abg-corpus-priv.h | 805 maybe_update_types_lookup_map(scope_decl *scope,
|
D | abg-comparison.cc | 6286 {return dynamic_pointer_cast<scope_decl>(first_subject());} in first_scope() 6293 {return dynamic_pointer_cast<scope_decl>(second_subject());} in second_scope() 6351 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(first_subject()); in deleted_member_at() 6382 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(second_subject()); in inserted_member_at() 7514 compute_diff(static_pointer_cast<scope_decl>(first->get_global_scope()), in compute_diff() 7515 static_pointer_cast<scope_decl>(second->get_global_scope()), in compute_diff()
|
D | abg-suppression.cc | 1060 const scope_decl* type_scope, in suppression_matches_type_name() 1214 const scope_decl* type_scope) const in suppresses_type()
|
/third_party/libabigail/ |
D | ChangeLog | 817 (scope_decl::scope_decl): Take or return environment&, not 914 (scope_decl::{scope_decl, add_member_decl, insert_member_decl}): 1328 this data member into scope_decl::priv. 1332 (scope_decl::insert_member_decl): Make this be non-virtual. 1333 (scope_decl::{insert_member_type, add_member_type, 1359 (scope_decl::priv::member_types_): Move this here from 1361 (scope_decl::priv::sorted_member_types_): Define new data member. 1362 (scope_decl::{get_member_types, find_member_type, 1365 (scope_decl::get_sorted_member_types): Define new method. 1378 scope_decl. [all …]
|
D | NEWS | 590 Fix inheritance of scope_decl::insert_member_decl 1235 Pimplify the abigail::ir::scope_decl type
|