Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h927 size_t NextErrorReport = 0; in getErrorInfo() local
932 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
938 getRingBufferErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
944 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
1314 if (NextErrorReport == NumErrorReports) in getInlineErrorInfo()
1329 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getInlineErrorInfo()
1337 return NextErrorReport == NumErrorReports; in getInlineErrorInfo()
1350 size_t &NextErrorReport, in getRingBufferErrorInfo() argument
1359 NextErrorReport != NumErrorReports; in getRingBufferErrorInfo()
1393 for (uptr J = 0; J != NextErrorReport; ++J) { in getRingBufferErrorInfo()
[all …]