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.h911 size_t NextErrorReport = 0; in getErrorInfo() local
916 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
922 getRingBufferErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
928 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo()
1465 size_t &NextErrorReport, uintptr_t FaultAddr, in getInlineErrorInfo() argument
1511 if (NextErrorReport == NumErrorReports) in getInlineErrorInfo()
1526 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getInlineErrorInfo()
1536 return NextErrorReport == NumErrorReports; in getInlineErrorInfo()
1549 size_t &NextErrorReport, in getRingBufferErrorInfo() argument
1562 NextErrorReport != NumErrorReports; in getRingBufferErrorInfo()
[all …]