Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemAlloc.h33 report_bad_alloc_error("Allocation failed"); in safe_malloc()
47 report_bad_alloc_error("Allocation failed"); in safe_calloc()
60 report_bad_alloc_error("Allocation failed"); in safe_realloc()
H A DErrorHandling.h116 LLVM_ATTRIBUTE_NORETURN void report_bad_alloc_error(const char *Reason,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error() function in llvm
189 llvm::report_bad_alloc_error("Allocation failed"); in out_of_memory_new_handler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp56 report_bad_alloc_error("Failed to zlib compress coverage data"); in write()