Home | History | Annotate | Download | only in Sema

Lines Matching full:bad_alloc

502   // throw(std::bad_alloc) as equivalent for operator new and operator new[].
512 // std::bad_alloc, all conditions are met.
516 if (Name && Name->getName() == "bad_alloc") {
517 // It's called bad_alloc, but is it in std?