Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp123 int ErrCode; in launchThread() local
124 if (internal_iserror(SidelineId, &ErrCode)) { in launchThread()
126 ErrCode); in launchThread()
139 int ErrCode; in joinThread() local
140 if (!internal_iserror(Status, &ErrCode)) in joinThread()
142 if (ErrCode == EINTR) in joinThread()
144 VPrintf(1, "Failed to join sideline thread (errno %d)\n", ErrCode); in joinThread()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp57 Error orcError(OrcErrorCode ErrCode) { in orcError() argument
60 std::error_code(static_cast<UT>(ErrCode), *OrcErrCat)); in orcError()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
DOrcError.cpp78 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument
80 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
DOrcError.cpp82 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument
84 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h34 Error orcError(OrcErrorCode ErrCode);
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp294 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent() local
296 const int ErrCode = ECHRNG; in HandleEvent() local
298 errno = ErrCode; in HandleEvent()
300 CHECK_EQ(ErrCode, errno); // In no case must errno be changed. in HandleEvent()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc319 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent() local
321 const int ErrCode = ECHRNG; in HandleEvent() local
323 errno = ErrCode; in HandleEvent()
325 CHECK_EQ(ErrCode, errno); // In no case must errno be changed. in HandleEvent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h43 std::error_code orcError(OrcErrorCode ErrCode);
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h45 std::error_code orcError(OrcErrorCode ErrCode);
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp71 bool showMatchError(SMLoc Loc, unsigned ErrCode);
3608 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode) { in showMatchError() argument
3609 switch (ErrCode) { in showMatchError()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp164 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4173 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument
4176 switch (ErrCode) { in showMatchError()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp169 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4298 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument
4301 switch (ErrCode) { in showMatchError()