Lines Matching defs:std
37 using std::string;
38 using std::cerr;
39 using std::cin;
40 using std::cout;
41 using std::ostream;
42 using std::ofstream;
43 using std::vector;
44 using std::unordered_set;
45 using std::unique_ptr;
87 std::shared_ptr<char> di_root_path;
166 artifact_users = std::move(o.artifact_users);
167 artifacts = std::move(o.artifacts);
177 artifact_users = std::move(o.artifact_users);
178 artifacts = std::move(o.artifacts);
263 fill_artifact_use_tree(const std::unordered_map<type_or_decl_base*,
313 std::unordered_map<type_or_decl_base*, vector<type_or_decl_base*>>*
324 result = std::move(use_tree);
469 std::cout << "Type ID '"
474 emit_artifact_use_trace(*use_tree, std::cout);
864 std::ostream& of = opts.diff ? tmp_file->get_stream() : cout;