Home
last modified time | relevance | path

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

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