Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cppgenerator.cpp File Reference

(00a04dddaf144106f9c1c278e18094e6ccc42fec)

#include "cppgenerator.h"
#include "lalr.h"
#include "recognizer.h"
#include <QtCore/qbitarray.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qfile.h>
#include <QtCore/qmap.h>
#include <QtCore/private/qconfig_p.h>
#include <iterator>
Include dependency graph for cppgenerator.cpp:

Go to the source code of this file.

Macros

#define ACTION(i, j)
#define GOTO(i, j)

Macro Definition Documentation

◆ ACTION

#define ACTION ( i,
j )
Value:
table [(i) * terminal_count + (j)]
GLenum GLenum GLsizei void * table

◆ GOTO

#define GOTO ( i,
j )
Value:
pgoto [(i) * non_terminal_count + (j)]