Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h922 size_t NextErrorReport = 0; in getErrorInfo() local
927 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
933 getRingBufferErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
939 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
1484 size_t &NextErrorReport, uintptr_t FaultAddr, in getInlineErrorInfo() argument
1530 if (NextErrorReport == NumErrorReports) in getInlineErrorInfo()
1545 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getInlineErrorInfo()
1555 return NextErrorReport == NumErrorReports; in getInlineErrorInfo()
1568 size_t &NextErrorReport, in getRingBufferErrorInfo() argument
1581 NextErrorReport != NumErrorReports; in getRingBufferErrorInfo()
[all …]