Searched refs:artifact_use_relation_tree (Results 1 – 2 of 2) sorted by relevance
115 struct artifact_use_relation_tree struct117 artifact_use_relation_tree *root_node = nullptr; argument120 artifact_use_relation_tree *parent = nullptr; argument127 vector<unique_ptr<artifact_use_relation_tree>> artifact_users; argument136 artifact_use_relation_tree(type_or_decl_base* t) in artifact_use_relation_tree() argument151 add_artifact_user(artifact_use_relation_tree *user) in add_artifact_user() argument154 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() function173 artifact_use_relation_tree& operator=(artifact_use_relation_tree&& o) in operator =() argument212 artifact_use_relation_tree *root_node = get_root_node(); in artifact_in_tree() argument[all …]
3563 * tools/abilint.cc (struct artifact_use_relation_tree): Define new