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/
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()
DErrorHandling.h114 [[noreturn]] void report_bad_alloc_error(const char *Reason,
/openbsd/src/gnu/llvm/llvm/lib/Support/
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()
DCompression.cpp114 report_bad_alloc_error("Allocation failed"); in compress()
174 report_bad_alloc_error("Allocation failed"); in compress()