Searched refs:ErrorCode (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h170 enum class ErrorCode : unsigned { class in class:__xray::BufferQueue
179 static const char *getErrorString(ErrorCode E) {
181 case ErrorCode::Ok:
183 case ErrorCode::NotEnoughMemory:
185 case ErrorCode::QueueFinalizing:
187 case ErrorCode::UnrecognizedBuffer:
189 case ErrorCode::AlreadyFinalized:
191 case ErrorCode::AlreadyInitialized:
209 /// - ErrorCode::NotEnoughMemory on exceeding MaxSize.
210 /// - ErrorCode
[all...]
H A Dxray_buffer_queue.cpp70 BufferQueue::ErrorCode BufferQueue::init(size_t BS, size_t BC) {
74 return BufferQueue::ErrorCode::AlreadyInitialized;
84 return BufferQueue::ErrorCode::NotEnoughMemory;
96 return BufferQueue::ErrorCode::NotEnoughMemory;
107 return BufferQueue::ErrorCode::NotEnoughMemory;
142 return BufferQueue::ErrorCode::Ok;
158 Success = init(B, N) == BufferQueue::ErrorCode::Ok;
161 BufferQueue::ErrorCode BufferQueue::getBuffer(Buffer &Buf) {
163 return ErrorCode::QueueFinalizing;
169 return ErrorCode
[all...]
H A Dxray_profiling.cpp101 if (BQ->getBuffer(ThreadBuffers.NodeBuffer) != BufferQueue::ErrorCode::Ok)
108 if (BQ->getBuffer(ThreadBuffers.RootsBuffer) != BufferQueue::ErrorCode::Ok)
116 BufferQueue::ErrorCode::Ok)
124 BufferQueue::ErrorCode::Ok)
412 if (InitStatus != BufferQueue::ErrorCode::Ok) {
H A Dxray_fdr_logging.cpp468 TLD.BQ->releaseBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok)
472 if (TLD.BQ->getBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok)
673 if (BQ->init(BufferSize, BufferMax) != BufferQueue::ErrorCode::Ok) {
697 if (EC != BufferQueue::ErrorCode::Ok)
H A Dxray_fdr_controller.h56 if (BQ->getBuffer(B) != BufferQueue::ErrorCode::Ok)
142 return BQ->releaseBuffer(B) == BufferQueue::ErrorCode::Ok;
H A Dxray_profile_collector.cpp352 BufferQueue::ErrorCode::Ok)
356 if (BQ->getBuffer(Buffer) != BufferQueue::ErrorCode::Ok)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp109 int ErrorCode = 0, ProcessStatus = 0; local
111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes,
114 if (!ErrorCode) {
124 } else if (ErrorCode == ENOMEM || ErrorCode == EAGAIN) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h58 std::error_code ErrorCode; member in class:llvm::LockFileManager
93 ErrorCode = EC;
H A DErrorOr.h74 ErrorOr(E ErrorCode, argument
79 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang-c/
H A DCXCompilationDatabase.h80 CXCompilationDatabase_Error *ErrorCode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp263 if (ErrorCode)
270 if (ErrorCode) {
272 std::string ErrCodeMsg = ErrorCode.message();
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l197 ErrorCode [(][ ]*[1-9][0-9][0-9][0-9][ ]*[)]
813 "__EXPECT__"{ErrorCode} { char *s;
823 * {ErrorCode} pattern. Extract it and log it
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp909 std::string ErrorCode = local
912 if (!ErrorCode.empty())
915 ErrorCode + ".");
946 std::string ErrorCode = local
949 if (!ErrorCode.empty()) {
953 GO->getSection() + "': " + ErrorCode + ".");
/freebsd-12-stable/stand/efi/include/
H A Defipxebc.h104 UINT8 ErrorCode; member in struct:__anon9031
/freebsd-12-stable/sys/dev/ce/
H A Dceddk.c229 error = req->ErrorCode;
287 error = req->ErrorCode;
362 if (req->ErrorCode)
364 req->ErrorCode));
H A Dtau32-ddk.h396 unsigned __int32 ErrorCode; /* out */ member in struct:tag_TAU32_UserRequest
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp947 int ErrorCode = checkAllExpressions(*Checker); local
952 return ErrorCode;
/freebsd-12-stable/sys/dev/arcmsr/
H A Darcmsr.h1444 u_int8_t ErrorCode:7; member in struct:SENSE_DATA
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1883 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( local
1885 assert(ErrorCode.empty() && "Invalid section specifier.");

Completed in 281 milliseconds