Searched refs:NextErrorReport (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 937 size_t NextErrorReport = 0; in getErrorInfo() local 942 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 948 getRingBufferErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 954 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 1324 if (NextErrorReport == NumErrorReports) in getInlineErrorInfo() 1339 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getInlineErrorInfo() 1347 return NextErrorReport == NumErrorReports; in getInlineErrorInfo() 1360 size_t &NextErrorReport, in getRingBufferErrorInfo() argument 1369 NextErrorReport != NumErrorReports; in getRingBufferErrorInfo() 1403 for (uptr J = 0; J != NextErrorReport; ++J) { in getRingBufferErrorInfo() [all …]
|