Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp82 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument
84 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc274 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent() local
276 const int ErrCode = ECHRNG; in HandleEvent() local
278 errno = ErrCode; in HandleEvent()
280 CHECK_EQ(ErrCode, errno); // In no case must errno be changed. in HandleEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h45 std::error_code orcError(OrcErrorCode ErrCode);
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c301 ((*(x) = TlsAlloc()) == TLS_OUT_OF_INDEXES ? ErrCode() : 0)
304 #define pthread_setspecific(x,y) (TlsSetValue(x,y) ? 0 : ErrCode())
310 (((thr) = CreateThread(NULL, 0, start, arg, 0, NULL)) ? 0 : ErrCode())
312 (WaitForSingleObject(thr, INFINITE) ? ErrCode() : 0)
319 #define ErrCode() GetLastError() macro
376 #define ErrCode() errno macro
2522 rc = ErrCode(); in mdb_env_sync()
2525 rc = ErrCode(); in mdb_env_sync()
2531 rc = ErrCode(); in mdb_env_sync()
2535 rc = ErrCode(); in mdb_env_sync()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp170 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4417 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument
4420 switch (ErrCode) { in showMatchError()