Home | History | Annotate | Download | only in ext

Lines Matching full:annotate_base

96   struct annotate_base
98 annotate_base()
117 std::string error("annotate_base::insert null insert!\n");
125 std::string error("annotate_base::insert double insert!\n");
148 std::string error("annotate_base::check_allocated by value "
156 std::string error("annotate_base::check_allocated by value "
180 std::string error("annotate_base::check_allocated by label\n");
194 operator<<(std::ostream&, const annotate_base&);
237 operator<<(std::ostream& os, const annotate_base& __b)
240 typedef annotate_base base_type;
601 : public annotate_base, public _Cond
668 annotate_base::check_allocated(__p, __t);
673 { annotate_base::check_allocated(__n); }