CodeQL library for C/C++
codeql/cpp-all 0.9.3 ( changelog , source )
Search

Member predicate FormattingFunction :: getOutputParameterIndex

Gets the position at which the output parameter, if any, occurs. If isStream is true, the output parameter is a stream (that is, this function behaves like fprintf). If isStream is false, the output parameter is a buffer (that is, this function behaves like sprintf).

int getOutputParameterIndex ( boolean isStream )