Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h114 [[noreturn]] void report_bad_alloc_error(const char *Reason,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp114 report_bad_alloc_error("Allocation failed"); in compress()
173 report_bad_alloc_error("Failed to create ZSTD_CCtx"); in compress()
178 report_bad_alloc_error("Failed to set ZSTD_c_enableLongDistanceMatching"); in compress()
184 report_bad_alloc_error("Failed to set ZSTD_c_compressionLevel"); in compress()
197 report_bad_alloc_error("Compression failed"); in compress()
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()
H A DMemoryBuffer.cpp91 llvm::report_bad_alloc_error("Allocation failed"); in operator new()