Home
last modified time | relevance | path

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

/dports/graphics/poppler-qt5/poppler-21.12.0/test/goostring-format-checker/
H A Dgoostring-format-checker.cc143 …const int foundArgNum = verifyPlaceholder(callExpr, placeholderLoc, current_placeholder, formatArg… in VisitCallExpr() local
146 if (foundArgNum == -1) { in VisitCallExpr()
152 if (foundArgNum == nextExpectedArgNum) { in VisitCallExpr()
154 } else if (foundArgNum > nextExpectedArgNum) { in VisitCallExpr()
155 … diag->Report(placeholderLoc, diag_wrongOrder) << nextExpectedArgNum << foundArgNum; in VisitCallExpr()
/dports/graphics/poppler-glib/poppler-21.12.0/test/goostring-format-checker/
H A Dgoostring-format-checker.cc143 …const int foundArgNum = verifyPlaceholder(callExpr, placeholderLoc, current_placeholder, formatArg… in VisitCallExpr() local
146 if (foundArgNum == -1) { in VisitCallExpr()
152 if (foundArgNum == nextExpectedArgNum) { in VisitCallExpr()
154 } else if (foundArgNum > nextExpectedArgNum) { in VisitCallExpr()
155 … diag->Report(placeholderLoc, diag_wrongOrder) << nextExpectedArgNum << foundArgNum; in VisitCallExpr()
/dports/graphics/poppler/poppler-21.12.0/test/goostring-format-checker/
H A Dgoostring-format-checker.cc143 …const int foundArgNum = verifyPlaceholder(callExpr, placeholderLoc, current_placeholder, formatArg… in VisitCallExpr() local
146 if (foundArgNum == -1) { in VisitCallExpr()
152 if (foundArgNum == nextExpectedArgNum) { in VisitCallExpr()
154 } else if (foundArgNum > nextExpectedArgNum) { in VisitCallExpr()
155 … diag->Report(placeholderLoc, diag_wrongOrder) << nextExpectedArgNum << foundArgNum; in VisitCallExpr()
/dports/graphics/poppler-utils/poppler-21.12.0/test/goostring-format-checker/
H A Dgoostring-format-checker.cc143 …const int foundArgNum = verifyPlaceholder(callExpr, placeholderLoc, current_placeholder, formatArg… in VisitCallExpr() local
146 if (foundArgNum == -1) { in VisitCallExpr()
152 if (foundArgNum == nextExpectedArgNum) { in VisitCallExpr()
154 } else if (foundArgNum > nextExpectedArgNum) { in VisitCallExpr()
155 … diag->Report(placeholderLoc, diag_wrongOrder) << nextExpectedArgNum << foundArgNum; in VisitCallExpr()