Home
last modified time | relevance | path

Searched refs:IsStdBadAlloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4221 bool IsStdBadAlloc = false; // std::bad_alloc is special for some reason. in getCatchableType() local
4228 IsStdBadAlloc = II->isStr("bad_alloc") && RD->isInStdNamespace(); in getCatchableType()
4238 if (IsStdBadAlloc) in getCatchableType()