Lines Matching refs:std
46 using std::cerr;
47 using std::shared_ptr;
48 using std::dynamic_pointer_cast;
49 using std::static_pointer_cast;
50 using std::ofstream;
51 using std::ostream;
52 using std::ostringstream;
53 using std::list;
54 using std::vector;
55 using std::stack;
56 using std::unordered_map;
132 std::hash<string> h;
175 typedef std::unordered_set<const type_base*> type_ptr_set_type;
181 typedef std::unordered_set<const type_base*,
190 typedef std::unordered_map<const type_base*, interned_string,
196 typedef std::unordered_set<function_type*> fn_type_ptr_set_type;
494 std::ostringstream os;
495 os << std::hex << std::setfill('0') << std::setw(8) << hash;
1691 std::vector<std::string> aliases;
1710 std::string separator;
2416 std::string tu_path = tu.get_path();
3136 << std::hex << std::showbase << sym->get_crc().value()
3137 << std::dec << std::noshowbase << "'";
4188 std::string name = xml::escape_xml_string(decl->get_name ());
4501 std::ostream& out = ctxt.get_ostream();
4509 std::string corpus_path = corpus->get_path();
4616 std::ostream& out = ctxt.get_ostream();
4664 dump(const decl_base_sptr d, std::ostream& o, const bool annotate)
4688 dump(const type_base_sptr t, std::ostream& o, const bool annotate)
4708 dump(const var_decl_sptr v, std::ostream& o, const bool annotate)
4732 dump(const translation_unit& t, std::ostream& o, const bool annotate)
4754 dump(const translation_unit_sptr t, std::ostream& o, const bool annotate)
4868 << std::hex
4926 std:: ofstream o (file_path);