Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cc85 return BufferQueue::ErrorCode::NotEnoughMemory; in init()
97 return BufferQueue::ErrorCode::NotEnoughMemory; in init()
143 return BufferQueue::ErrorCode::Ok; in init()
164 return ErrorCode::QueueFinalizing; in getBuffer()
170 return ErrorCode::NotEnoughMemory; in getBuffer()
182 return ErrorCode::Ok; in getBuffer()
195 return BufferQueue::ErrorCode::Ok; in releaseBuffer()
216 return ErrorCode::Ok; in releaseBuffer()
219 BufferQueue::ErrorCode BufferQueue::finalize() { in finalize()
221 return ErrorCode::QueueFinalizing; in finalize()
[all …]
H A Dxray_buffer_queue.h171 enum class ErrorCode : unsigned { enum
182 case ErrorCode::Ok: in getErrorString()
184 case ErrorCode::NotEnoughMemory: in getErrorString()
186 case ErrorCode::QueueFinalizing: in getErrorString()
188 case ErrorCode::UnrecognizedBuffer: in getErrorString()
190 case ErrorCode::AlreadyFinalized: in getErrorString()
192 case ErrorCode::AlreadyInitialized: in getErrorString()
214 ErrorCode getBuffer(Buffer &Buf);
222 ErrorCode releaseBuffer(Buffer &Buf);
231 ErrorCode init(size_t BS, size_t BC);
[all …]
H A Dxray_profiling.cc102 if (BQ->getBuffer(ThreadBuffers.NodeBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData()
109 if (BQ->getBuffer(ThreadBuffers.RootsBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData()
117 BufferQueue::ErrorCode::Ok) in getThreadLocalData()
125 BufferQueue::ErrorCode::Ok) in getThreadLocalData()
413 if (InitStatus != BufferQueue::ErrorCode::Ok) { in profilingLoggingInit()
H A Dxray_fdr_logging.cc469 TLD.BQ->releaseBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok) in setupTLD()
473 if (TLD.BQ->getBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok) in setupTLD()
674 if (BQ->init(BufferSize, BufferMax) != BufferQueue::ErrorCode::Ok) { in fdrLoggingInit()
698 if (EC != BufferQueue::ErrorCode::Ok) in fdrLoggingInit()
H A Dxray_fdr_controller.h57 if (BQ->getBuffer(B) != BufferQueue::ErrorCode::Ok) in getNewBuffer()
143 return BQ->releaseBuffer(B) == BufferQueue::ErrorCode::Ok; in returnBuffer()
H A Dxray_profile_collector.cc353 BufferQueue::ErrorCode::Ok) in reset()
357 if (BQ->getBuffer(Buffer) != BufferQueue::ErrorCode::Ok) in reset()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp109 int ErrorCode = 0, ProcessStatus = 0; in ExecuteCommand() local
111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
114 if (!ErrorCode) { in ExecuteCommand()
124 } else if (ErrorCode == ENOMEM || ErrorCode == EAGAIN) { in ExecuteCommand()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h127 enum ErrorCode { enum
146 static std::pair<GlobalModuleIndex *, ErrorCode>
198 static ErrorCode writeIndex(FileManager &FileMgr,
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DLockFileManager.h59 std::error_code ErrorCode; variable
92 ErrorCode = EC;
H A DErrorOr.h75 ErrorOr(E ErrorCode,
80 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode)); in HasError()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DLockFileManager.cpp264 if (ErrorCode) in getState()
271 if (ErrorCode) { in getErrorMessage()
273 std::string ErrCodeMsg = ErrorCode.message(); in getErrorMessage()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang-c/
H A DCXCompilationDatabase.h81 CXCompilationDatabase_Error *ErrorCode);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp883 std::string ErrorCode = in emitModuleMetadata() local
886 if (!ErrorCode.empty()) in emitModuleMetadata()
889 ErrorCode + "."); in emitModuleMetadata()
920 std::string ErrorCode = in getExplicitSectionGlobal() local
923 if (!ErrorCode.empty()) { in getExplicitSectionGlobal()
927 GO->getSection() + "': " + ErrorCode + "."); in getExplicitSectionGlobal()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp737 int ErrorCode = checkAllExpressions(Checker); in linkAndVerify() local
742 return ErrorCode; in linkAndVerify()
/freebsd-12.1/sys/dev/ce/
H A Dceddk.c229 error = req->ErrorCode; in ce_on_receive()
287 error = req->ErrorCode; in ce_on_transmit()
362 if (req->ErrorCode) in ce_on_config()
364 req->ErrorCode)); in ce_on_config()
H A Dtau32-ddk.h396 unsigned __int32 ErrorCode; /* out */ member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
820 GlobalModuleIndex::ErrorCode
H A DASTReader.cpp3808 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> Result in loadGlobalIndex()
/freebsd-12.1/stand/efi/include/
H A Defipxebc.h104 UINT8 ErrorCode; member
/freebsd-12.1/sys/dev/arcmsr/
H A Darcmsr.h1362 u_int8_t ErrorCode:7; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1732 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal() local
1734 assert(ErrorCode.empty() && "Invalid section specifier."); in ShouldInstrumentGlobal()