Home
last modified time | relevance | path

Searched defs:ErrCode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp82 std::error_code orcError(OrcErrorCode ErrCode) { in orcError()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc274 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent() local
276 const int ErrCode = ECHRNG; in HandleEvent() local
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c319 #define ErrCode() GetLastError() macro
376 #define ErrCode() errno macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4417 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError()