codeql/cpp-all
4.3.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the expression giving the index into the array.
This is 0 in both arr[0] and 0[arr].
0
arr[0]
0[arr]
Expr getArrayOffset()