Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMemAlloc.h29 report_bad_alloc_error("Allocation failed"); in safe_malloc()
37 report_bad_alloc_error("Allocation failed"); in safe_calloc()
44 report_bad_alloc_error("Allocation failed"); in safe_realloc()
H A DErrorHandling.h117 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);
/freebsd-12.1/contrib/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
187 llvm::report_bad_alloc_error("Allocation failed"); in out_of_memory_new_handler()
H A DSmallVector.cpp47 report_bad_alloc_error("SmallVector capacity overflow during allocation"); in grow_pod()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h242 report_bad_alloc_error("SmallVector capacity overflow during allocation"); in grow()