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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemAlloc.h33 report_bad_alloc_error("Allocation failed");
47 report_bad_alloc_error("Allocation failed");
60 report_bad_alloc_error("Allocation failed");
H A DErrorHandling.h116 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp46 report_bad_alloc_error("SmallVector capacity overflow during allocation");
H A DErrorHandling.cpp147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { function in class:llvm
187 llvm::report_bad_alloc_error("Allocation failed");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h235 report_bad_alloc_error("SmallVector capacity overflow during allocation");

Completed in 81 milliseconds