/external/compiler-rt/lib/esan/ |
D | esan_sideline_linux.cpp | 123 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/ |
D | OrcError.cpp | 57 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/ |
D | OrcError.cpp | 78 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/ |
D | OrcError.cpp | 82 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/ |
D | OrcError.h | 34 Error orcError(OrcErrorCode ErrCode);
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cpp | 294 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/ |
D | tsan_test_util_posix.cc | 319 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/ |
D | OrcError.h | 43 std::error_code orcError(OrcErrorCode ErrCode);
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcError.h | 45 std::error_code orcError(OrcErrorCode ErrCode);
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 71 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/ |
D | AArch64AsmParser.cpp | 164 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/ |
D | AArch64AsmParser.cpp | 169 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()
|