Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp84 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument
86 return std::error_code(static_cast<UT>(ErrCode), getOrcErrCat()); in orcError()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp290 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent() local
292 const int ErrCode = ECHRNG; in HandleEvent() local
294 errno = ErrCode; in HandleEvent()
296 CHECK_EQ(ErrCode, errno); // In no case must errno be changed. in HandleEvent()
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dsys.h77 #ifndef ErrCode
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h45 std::error_code orcError(OrcErrorCode ErrCode);
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp181 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
5682 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument
5685 switch (ErrCode) { in showMatchError()