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

Member predicate ScanfFunctionCall::getOutputArgument

Gets the output argument at position n in the vararg list of this call.

The range of n is from 0 to this.getNumberOfOutputArguments() - 1.

Expr getOutputArgument(int n)