Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3054 if (!StdBadAlloc && !getLangOpts().CPlusPlus11) { in DeclareGlobalNewDelete()
3057 StdBadAlloc = CXXRecordDecl::Create( in DeclareGlobalNewDelete()
3176 assert(StdBadAlloc && "Must have std::bad_alloc declared"); in DeclareGlobalAllocationFunction()
H A DSemaDecl.cpp17546 if (Previous.empty() && StdBadAlloc) in ActOnTag()
17995 if (isStdBadAlloc && (!StdBadAlloc || getStdBadAlloc()->isImplicit())) in ActOnTag()
17996 StdBadAlloc = cast<CXXRecordDecl>(New); in ActOnTag()
H A DSemaDeclCXX.cpp11800 StdBadAlloc.get(Context.getExternalSource())); in getStdBadAlloc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8221 if (!SemaObj->StdBadAlloc) in UpdateSema()
8222 SemaObj->StdBadAlloc = SemaDeclRefs[I+1]; in UpdateSema()
H A DASTWriter.cpp4847 if (SemaRef.StdNamespace || SemaRef.StdBadAlloc || SemaRef.StdAlignValT) { in WriteASTCore()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1170 LazyDeclPtr StdBadAlloc; variable