Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)   table [(i) * terminal_count + (j)]
 
#define GOTO(i, j)   pgoto [(i) * non_terminal_count + (j)]
 

Macro Definition Documentation

◆ ACTION

#define ACTION ( i,
j )   table [(i) * terminal_count + (j)]

◆ GOTO

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