Home
last modified time | relevance | path

Searched defs:artifact_use_relation_tree (Results 1 – 1 of 1) 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() function
151 add_artifact_user(artifact_use_relation_tree *user) in add_artifact_user() argument
162 artifact_use_relation_tree(artifact_use_relation_tree &&o) in artifact_use_relation_tree() argument
173 artifact_use_relation_tree& operator=(artifact_use_relation_tree&& o) in operator =() argument
203 /// artifact_use_relation_tree::record_artifact has been invoked on argument
212 artifact_use_relation_tree *root_node = get_root_node(); in artifact_in_tree() argument
[all …]