Searched refs:BadAllocType (Results 1 – 2 of 2) sorted by relevance
47 auto BadAllocType = in registerMatchers() local51 auto BadAllocReferenceType = referenceType(pointee(BadAllocType)); in registerMatchers()55 qualType(hasCanonicalType(anyOf(BadAllocType, BadAllocReferenceType, in registerMatchers()
3078 QualType BadAllocType; in DeclareGlobalAllocationFunction() local3084 BadAllocType = Context.getTypeDeclType(getStdBadAlloc()); in DeclareGlobalAllocationFunction()3087 EPI.ExceptionSpec.Exceptions = llvm::makeArrayRef(BadAllocType); in DeclareGlobalAllocationFunction()