Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c145 static void win_error(DWORD last_err, const char *hint) { in win_error() function
159 win_error(last_err, hint); in win_abort()
192 win_error(GetLastError(), "_aligned_malloc"); in emutls_init()
200 win_error(GetLastError(), "TlsAlloc"); in emutls_init()