Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3171 QualType BadAllocType; in DeclareGlobalAllocationFunction() local
3177 BadAllocType = Context.getTypeDeclType(getStdBadAlloc()); in DeclareGlobalAllocationFunction()
3180 EPI.ExceptionSpec.Exceptions = llvm::ArrayRef(BadAllocType); in DeclareGlobalAllocationFunction()