Home
last modified time | relevance | path

Searched refs:artifact_use_relation_tree (Results 1 – 2 of 2) sorted by relevance

/third_party/libabigail/tools/
Dabilint.cc115 struct artifact_use_relation_tree struct
117 artifact_use_relation_tree *root_node = nullptr; argument
120 artifact_use_relation_tree *parent = nullptr; argument
127 vector<unique_ptr<artifact_use_relation_tree>> artifact_users; argument
136 artifact_use_relation_tree(type_or_decl_base* t) in artifact_use_relation_tree() argument
151 add_artifact_user(artifact_use_relation_tree *user) in add_artifact_user() argument
154 artifact_users.push_back(unique_ptr<artifact_use_relation_tree>(user)); in add_artifact_user()
162 artifact_use_relation_tree(artifact_use_relation_tree &&o) in artifact_use_relation_tree() function
173 artifact_use_relation_tree& operator=(artifact_use_relation_tree&& o) in operator =() argument
212 artifact_use_relation_tree *root_node = get_root_node(); in artifact_in_tree() argument
[all …]
/third_party/libabigail/
DChangeLog3563 * tools/abilint.cc (struct artifact_use_relation_tree): Define new