codeql/cpp-all
0.7.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the name of the label this ‘goto’ statement refers to.
For example, for
goto someLabel;
the result is "someLabel".
"someLabel"
string getName ( )