Searched refs:ErrCode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | esan_sideline_linux.cpp | 129 int ErrCode; in launchThread() local 130 if (internal_iserror(SidelineId, &ErrCode)) { in launchThread() 132 ErrCode); in launchThread() 145 int ErrCode; in joinThread() local 146 if (!internal_iserror(Status, &ErrCode)) in joinThread() 148 if (ErrCode == EINTR) in joinThread() 150 VPrintf(1, "Failed to join sideline thread (errno %d)\n", ErrCode); in joinThread()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcError.cpp | 77 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument 79 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcError.h | 42 std::error_code orcError(OrcErrorCode ErrCode);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A 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()
|