Searched refs:NextErrorReport (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 965 size_t NextErrorReport = 0; in getErrorInfo() local 970 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 976 getRingBufferErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 982 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 1360 if (NextErrorReport == NumErrorReports) in getInlineErrorInfo() 1375 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getInlineErrorInfo() 1383 return NextErrorReport == NumErrorReports; in getInlineErrorInfo() 1396 size_t &NextErrorReport, in getRingBufferErrorInfo() argument 1409 NextErrorReport != NumErrorReports; in getRingBufferErrorInfo() 1443 for (uptr J = 0; J != NextErrorReport; ++J) { in getRingBufferErrorInfo() [all …]
|