HomeSort by: relevance | last modified time | path
    Searched refs:ErrCode (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
OrcError.cpp 82 std::error_code orcError(OrcErrorCode ErrCode) {
84 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
OrcError.h 45 std::error_code orcError(OrcErrorCode ErrCode);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 274 const int ErrCode = ESOCKTNOSUPPORT;
276 const int ErrCode = ECHRNG;
278 errno = ErrCode;
280 CHECK_EQ(ErrCode, errno); // In no case must errno be changed.
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 306 ((*(x) = TlsAlloc()) == TLS_OUT_OF_INDEXES ? ErrCode() : 0)
309 #define pthread_setspecific(x,y) (TlsSetValue(x,y) ? 0 : ErrCode())
315 (((thr) = CreateThread(NULL, 0, start, arg, 0, NULL)) ? 0 : ErrCode())
317 (WaitForSingleObject(thr, INFINITE) ? ErrCode() : 0)
324 #define ErrCode() GetLastError()
381 #define ErrCode() errno
2577 rc = ErrCode();
2580 rc = ErrCode();
2586 rc = ErrCode();
2590 rc = ErrCode();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 170 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4417 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode,
4420 switch (ErrCode) {

Completed in 25 milliseconds