Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCompression.cpp114 report_bad_alloc_error("Allocation failed"); in compress()
174 report_bad_alloc_error("Allocation failed"); in compress()
H A DErrorHandling.cpp146 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error() function in llvm
188 llvm::report_bad_alloc_error("Allocation failed"); in out_of_memory_new_handler()