Home
last modified time | relevance | path

Searched refs:ReportLastErrorFatal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc46 ReportLastErrorFatal("_beginthreadex failed");
51 ReportLastErrorFatal("WaitForSingleObject failed");
55 ReportLastErrorFatal("CloseHandle failed");
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h71 LLVM_ATTRIBUTE_NORETURN inline void ReportLastErrorFatal(const char *Msg) { in ReportLastErrorFatal() function