Files
codeql/cpp/ql/test/library-tests/arg_matching/arg_matching.ql
2020-03-19 09:18:32 -04:00

7 lines
217 B
Plaintext

import cpp
import semmle.code.cpp.ir.implementation.raw.internal.VarArgs
from Call call, int argIndex, int paramIndex
where paramIndex = getParameterIndexForArgument(call, argIndex)
select call, argIndex, paramIndex