reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/ErrorHandling.h
  116 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);

References

include/llvm/ADT/SmallVector.h
  235     report_bad_alloc_error("SmallVector capacity overflow during allocation");
include/llvm/Support/MemAlloc.h
   33     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");