reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
116 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);
235 report_bad_alloc_error("SmallVector capacity overflow during allocation");
include/llvm/Support/MemAlloc.h33 report_bad_alloc_error("Allocation failed"); 47 report_bad_alloc_error("Allocation failed"); 60 report_bad_alloc_error("Allocation failed");lib/Support/ErrorHandling.cpp
186 llvm::report_bad_alloc_error("Allocation failed");
lib/Support/SmallVector.cpp 46 report_bad_alloc_error("SmallVector capacity overflow during allocation");