Searched defs:bad_alloc (Results 1 – 5 of 5) sorted by relevance
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { } in bad_alloc() function78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { } in bad_alloc() argument
100 extern "C++" { namespace std { class bad_alloc {}; } } class
4 class bad_alloc { }; class
17 class bad_alloc { }; class
196 } catch (const std::bad_alloc &) { in find_callback_()303 } catch (const std::bad_alloc &) { in predict_callback_()