codeql/cpp-all
3.2.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the name of the macro. For example, MAX in #define MAX(x,y) (((x)>(y))?(x):(y)).
MAX
#define MAX(x,y) (((x)>(y))?(x):(y))
string getName()