Home | History | Annotate | Download | only in Sema

Lines Matching full:bad_alloc

2048 ///   void* operator new(std::size_t) throw(std::bad_alloc);
2049 /// void* operator new[](std::size_t) throw(std::bad_alloc);
2077 // void* operator new(std::size_t) throw(std::bad_alloc);
2078 // void* operator new[](std::size_t) throw(std::bad_alloc);
2097 // Here, we need to refer to std::bad_alloc, so we will implicitly declare
2098 // "std" or "bad_alloc" as necessary to form the exception specification.
2102 // The "std::bad_alloc" class has not yet been declared, so build it
2107 &PP.getIdentifierTable().get("bad_alloc"),
2190 assert(StdBadAlloc && "Must have std::bad_alloc declared");