Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVError.h51 #define SPIRVCK(Condition,ErrCode,ErrMsg) \ argument
56 #define SPIRVCKRT(Condition,ErrCode,ErrMsg) \ argument
85 void setError(SPIRVErrorCode ErrCode, const std::string& ErrMsg) { in setError()
103 SPIRVErrorLog::checkError(bool Cond, SPIRVErrorCode ErrCode, in checkError()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp123 int ErrCode; in launchThread() local
139 int ErrCode; in joinThread() local
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp57 Error orcError(OrcErrorCode ErrCode) { in orcError()
/external/syzkaller/vendor/golang.org/x/net/http2/
Derrors.go13 type ErrCode uint32 type
70 func streamError(id uint32, code ErrCode) StreamError {
Dframe.go827 ErrCode ErrCode member
1137 ErrCode ErrCode member
Dtransport.go1424 ErrCode ErrCode member
Dserver.go438 func (sc *serverConn) rejectConn(err ErrCode, debug string) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp77 std::error_code orcError(OrcErrorCode ErrCode) { in orcError()
/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
/external/epid-sdk/ext/ipp/sources/include/
Downdefs.h387 #define IPP_ERROR_RET( ErrCode ) return (ErrCode) argument
391 #define IPP_BADARG_RET( expr, ErrCode )\ argument
396 #define IPP_BADARG_RET( expr, ErrCode ) argument
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3608 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode) { in showMatchError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4022 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError()