#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
#include <qregexp.h>
#include <qdir.h>
#include <qstringlist.h>
#include "entry.h"
#include "doxygen.h"
#include "message.h"
#include "outputlist.h"
#include "util.h"
#include "membername.h"
#include "searchindex.h"
#include "vhdldocgen.h"
#include "arguments.h"
#include "config.h"
#include "classdef.h"
#include "filedef.h"
#include "tooltip.h"
Go to the source code of this file.
Classes | |
struct | yy_buffer_state |
struct | yy_trans_info |
Typedefs | |
typedef signed char | flex_int8_t |
typedef short int | flex_int16_t |
typedef int | flex_int32_t |
typedef unsigned char | flex_uint8_t |
typedef unsigned short int | flex_uint16_t |
typedef unsigned int | flex_uint32_t |
typedef struct yy_buffer_state * | YY_BUFFER_STATE |
typedef size_t | yy_size_t |
typedef unsigned char | YY_CHAR |
typedef int | yy_state_type |
#define Bases 1 |
Definition at line 19852 of file vhdlcode.cpp.
#define BEGIN (yy_start) = 1 + 2 * |
Definition at line 144 of file vhdlcode.cpp.
#define Body 12 |
Definition at line 19863 of file vhdlcode.cpp.
#define ClassesName 10 |
Definition at line 19861 of file vhdlcode.cpp.
#define ClassName 7 |
Definition at line 19858 of file vhdlcode.cpp.
#define ClassVar 9 |
Definition at line 19860 of file vhdlcode.cpp.
#define DBG_CTX | ( | x | ) | do { } while(0) |
Definition at line 19144 of file vhdlcode.cpp.
#define ECHO do { if (fwrite( vhdlcodeYYtext, vhdlcodeYYleng, 1, vhdlcodeYYout )) {} } while (0) |
Definition at line 19948 of file vhdlcode.cpp.
#define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 179 of file vhdlcode.cpp.
#define EOB_ACT_END_OF_FILE 1 |
Definition at line 180 of file vhdlcode.cpp.
#define EOB_ACT_LAST_MATCH 2 |
Definition at line 181 of file vhdlcode.cpp.
#define FLEX_BETA |
Definition at line 33 of file vhdlcode.cpp.
#define FLEX_SCANNER |
Definition at line 28 of file vhdlcode.cpp.
#define FLEXINT_H |
Definition at line 49 of file vhdlcode.cpp.
#define INITIAL 0 |
Definition at line 19851 of file vhdlcode.cpp.
#define INT16_MAX (32767) |
Definition at line 92 of file vhdlcode.cpp.
#define INT16_MIN (-32767-1) |
Definition at line 83 of file vhdlcode.cpp.
#define INT32_MAX (2147483647) |
Definition at line 95 of file vhdlcode.cpp.
#define INT32_MIN (-2147483647-1) |
Definition at line 86 of file vhdlcode.cpp.
#define INT8_MAX (127) |
Definition at line 89 of file vhdlcode.cpp.
#define INT8_MIN (-128) |
Definition at line 80 of file vhdlcode.cpp.
#define Map 11 |
Definition at line 19862 of file vhdlcode.cpp.
#define PackageName 8 |
Definition at line 19859 of file vhdlcode.cpp.
#define ParseComponent 4 |
Definition at line 19855 of file vhdlcode.cpp.
#define ParseFuncProto 3 |
Definition at line 19854 of file vhdlcode.cpp.
#define ParsePackage 5 |
Definition at line 19856 of file vhdlcode.cpp.
#define ParseProcessProto 6 |
Definition at line 19857 of file vhdlcode.cpp.
#define ParseType 2 |
Definition at line 19853 of file vhdlcode.cpp.
#define REJECT reject_used_but_not_detected |
Definition at line 19088 of file vhdlcode.cpp.
#define UINT16_MAX (65535U) |
Definition at line 101 of file vhdlcode.cpp.
#define UINT32_MAX (4294967295U) |
Definition at line 104 of file vhdlcode.cpp.
#define UINT8_MAX (255U) |
Definition at line 98 of file vhdlcode.cpp.
#define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
Definition at line 199 of file vhdlcode.cpp.
#define vhdlcodeYYwrap | ( | n | ) | 1 |
Definition at line 354 of file vhdlcode.cpp.
#define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 350 of file vhdlcode.cpp.
#define YY_BREAK break; |
Definition at line 20027 of file vhdlcode.cpp.
#define YY_BUF_SIZE 16384 |
Definition at line 163 of file vhdlcode.cpp.
#define YY_BUFFER_EOF_PENDING 2 |
Definition at line 266 of file vhdlcode.cpp.
#define YY_BUFFER_NEW 0 |
Definition at line 254 of file vhdlcode.cpp.
#define YY_BUFFER_NORMAL 1 |
Definition at line 255 of file vhdlcode.cpp.
#define yy_create_buffer vhdlcodeYY_create_buffer |
Definition at line 9 of file vhdlcode.cpp.
#define YY_CURRENT_BUFFER |
Definition at line 282 of file vhdlcode.cpp.
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
Definition at line 289 of file vhdlcode.cpp.
#define YY_DECL int vhdlcodeYYlex (void) |
Definition at line 20015 of file vhdlcode.cpp.
#define YY_DECL_IS_OURS 1 |
Definition at line 20011 of file vhdlcode.cpp.
#define yy_delete_buffer vhdlcodeYY_delete_buffer |
Definition at line 10 of file vhdlcode.cpp.
#define YY_DO_BEFORE_ACTION |
Definition at line 378 of file vhdlcode.cpp.
#define YY_END_OF_BUFFER 59 |
Definition at line 386 of file vhdlcode.cpp.
#define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 159 of file vhdlcode.cpp.
#define YY_EXIT_FAILURE 2 |
Definition at line 21757 of file vhdlcode.cpp.
#define YY_EXTRA_TYPE void * |
Definition at line 19874 of file vhdlcode.cpp.
#define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 20002 of file vhdlcode.cpp.
#define yy_flex_debug vhdlcodeYY_flex_debug |
Definition at line 11 of file vhdlcode.cpp.
#define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 29 of file vhdlcode.cpp.
#define YY_FLEX_MINOR_VERSION 5 |
Definition at line 30 of file vhdlcode.cpp.
#define YY_FLEX_SUBMINOR_VERSION 35 |
Definition at line 31 of file vhdlcode.cpp.
#define yy_flush_buffer vhdlcodeYY_flush_buffer |
Definition at line 13 of file vhdlcode.cpp.
#define YY_FLUSH_BUFFER vhdlcodeYY_flush_buffer(YY_CURRENT_BUFFER ) |
Definition at line 318 of file vhdlcode.cpp.
#define yy_init_buffer vhdlcodeYY_init_buffer |
Definition at line 12 of file vhdlcode.cpp.
Definition at line 19824 of file vhdlcode.cpp.
#define YY_INT_ALIGNED short int |
Definition at line 5 of file vhdlcode.cpp.
#define YY_LESS_LINENO | ( | n | ) |
Definition at line 183 of file vhdlcode.cpp.
#define yy_load_buffer_state vhdlcodeYY_load_buffer_state |
Definition at line 14 of file vhdlcode.cpp.
#define YY_MORE_ADJ 0 |
Definition at line 19090 of file vhdlcode.cpp.
#define yy_new_buffer vhdlcodeYY_create_buffer |
Definition at line 328 of file vhdlcode.cpp.
#define YY_NEW_FILE vhdlcodeYYrestart(vhdlcodeYYin ) |
Definition at line 157 of file vhdlcode.cpp.
#define YY_NO_INPUT 1 |
Definition at line 19139 of file vhdlcode.cpp.
#define YY_NO_UNISTD_H 1 |
Definition at line 19140 of file vhdlcode.cpp.
#define YY_NULL 0 |
Definition at line 131 of file vhdlcode.cpp.
#define YY_NUM_RULES 58 |
Definition at line 385 of file vhdlcode.cpp.
#define YY_READ_BUF_SIZE 8192 |
Definition at line 19940 of file vhdlcode.cpp.
#define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 19091 of file vhdlcode.cpp.
#define YY_RULE_SETUP |
Definition at line 20030 of file vhdlcode.cpp.
#define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
Definition at line 138 of file vhdlcode.cpp.
#define yy_set_bol | ( | at_bol | ) |
Definition at line 340 of file vhdlcode.cpp.
#define yy_set_interactive | ( | is_interactive | ) |
Definition at line 330 of file vhdlcode.cpp.
#define YY_SKIP_YYWRAP |
Definition at line 355 of file vhdlcode.cpp.
#define YY_START (((yy_start) - 1) / 2) |
Definition at line 150 of file vhdlcode.cpp.
#define YY_START_STACK_INCR 25 |
Definition at line 19997 of file vhdlcode.cpp.
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 168 of file vhdlcode.cpp.
#define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 154 of file vhdlcode.cpp.
#define YY_STRUCT_YY_BUFFER_STATE |
Definition at line 207 of file vhdlcode.cpp.
#define yy_switch_to_buffer vhdlcodeYY_switch_to_buffer |
Definition at line 15 of file vhdlcode.cpp.
#define YY_TYPEDEF_YY_BUFFER_STATE |
Definition at line 171 of file vhdlcode.cpp.
#define YY_TYPEDEF_YY_SIZE_T |
Definition at line 202 of file vhdlcode.cpp.
#define YY_USER_ACTION |
Definition at line 20022 of file vhdlcode.cpp.
#define yyalloc vhdlcodeYYalloc |
Definition at line 24 of file vhdlcode.cpp.
#define yyconst |
Definition at line 127 of file vhdlcode.cpp.
#define yyfree vhdlcodeYYfree |
Definition at line 26 of file vhdlcode.cpp.
#define yyin vhdlcodeYYin |
Definition at line 16 of file vhdlcode.cpp.
#define yyleng vhdlcodeYYleng |
Definition at line 17 of file vhdlcode.cpp.
#define yyless | ( | n | ) |
Definition at line 21769 of file vhdlcode.cpp.
#define yyless | ( | n | ) |
Definition at line 21769 of file vhdlcode.cpp.
#define yylex vhdlcodeYYlex |
Definition at line 18 of file vhdlcode.cpp.
#define yylineno vhdlcodeYYlineno |
Definition at line 19 of file vhdlcode.cpp.
#define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 19089 of file vhdlcode.cpp.
#define yyout vhdlcodeYYout |
Definition at line 20 of file vhdlcode.cpp.
#define yyrealloc vhdlcodeYYrealloc |
Definition at line 25 of file vhdlcode.cpp.
#define yyrestart vhdlcodeYYrestart |
Definition at line 21 of file vhdlcode.cpp.
#define YYSTATE YY_START |
Definition at line 151 of file vhdlcode.cpp.
#define YYTABLES_NAME "yytables" |
Definition at line 21959 of file vhdlcode.cpp.
Definition at line 19992 of file vhdlcode.cpp.
#define yytext vhdlcodeYYtext |
Definition at line 22 of file vhdlcode.cpp.
#define yytext_ptr vhdlcodeYYtext |
Definition at line 368 of file vhdlcode.cpp.
#define yywrap vhdlcodeYYwrap |
Definition at line 23 of file vhdlcode.cpp.
typedef short int flex_int16_t |
Definition at line 71 of file vhdlcode.cpp.
typedef int flex_int32_t |
Definition at line 72 of file vhdlcode.cpp.
typedef signed char flex_int8_t |
Definition at line 70 of file vhdlcode.cpp.
typedef unsigned short int flex_uint16_t |
Definition at line 74 of file vhdlcode.cpp.
typedef unsigned int flex_uint32_t |
Definition at line 75 of file vhdlcode.cpp.
typedef unsigned char flex_uint8_t |
Definition at line 73 of file vhdlcode.cpp.
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 172 of file vhdlcode.cpp.
typedef unsigned char YY_CHAR |
Definition at line 357 of file vhdlcode.cpp.
typedef size_t yy_size_t |
Definition at line 203 of file vhdlcode.cpp.
typedef int yy_state_type |
Definition at line 361 of file vhdlcode.cpp.
|
static |
Definition at line 19258 of file vhdlcode.cpp.
|
static |
Definition at line 19693 of file vhdlcode.cpp.
Definition at line 19221 of file vhdlcode.cpp.
void codeFreeVhdlScanner | ( | ) |
Definition at line 22070 of file vhdlcode.cpp.
|
static |
write a code fragment `text' that may span multiple lines, inserting line numbers for each line.
Definition at line 19442 of file vhdlcode.cpp.
|
static |
Definition at line 19710 of file vhdlcode.cpp.
|
static |
counts the number of lines in the input
Definition at line 19646 of file vhdlcode.cpp.
|
static |
Definition at line 19331 of file vhdlcode.cpp.
|
static |
Definition at line 19665 of file vhdlcode.cpp.
|
static |
Definition at line 19602 of file vhdlcode.cpp.
|
static |
writes a link to a function or procedure
Definition at line 19547 of file vhdlcode.cpp.
|
static |
Definition at line 19564 of file vhdlcode.cpp.
if | ( | ! | yy_init | ) |
Definition at line 20049 of file vhdlcode.cpp.
|
static |
Definition at line 19337 of file vhdlcode.cpp.
void parseVhdlCode | ( | CodeOutputInterface & | od, |
const char * | className, | ||
const QCString & | s, | ||
bool | , | ||
const char * | exName, | ||
FileDef * | fd, | ||
int | startLine, | ||
int | endLine, | ||
bool | inlineFragment, | ||
MemberDef * | memberDef, | ||
bool | , | ||
Definition * | searchCtx, | ||
bool | |||
) |
Definition at line 21974 of file vhdlcode.cpp.
void resetVhdlCodeParserState | ( | ) |
Definition at line 21968 of file vhdlcode.cpp.
|
static |
Definition at line 19206 of file vhdlcode.cpp.
|
static |
Definition at line 19522 of file vhdlcode.cpp.
|
static |
start a new line of code, inserting a line number if g_sourceFileDef is TRUE. If a definition starts at the current line, then the line number is linked to the documentation of that definition.
Definition at line 19271 of file vhdlcode.cpp.
|
static |
Definition at line 19674 of file vhdlcode.cpp.
YY_BUFFER_STATE vhdlcodeYY_create_buffer | ( | FILE * | file, |
int | size | ||
) |
Allocate and initialize an input buffer state.
file | A readable stream. |
size | The character buffer size in bytes. When in doubt, use YY_BUF_SIZE . |
Definition at line 21474 of file vhdlcode.cpp.
void vhdlcodeYY_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
Destroy the buffer.
b | a buffer created with vhdlcodeYY_create_buffer() |
Definition at line 21502 of file vhdlcode.cpp.
void vhdlcodeYY_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
Discard all buffered characters. On the next scan, YY_INPUT will be called.
b | the buffer state to be flushed, usually YY_CURRENT_BUFFER . |
Definition at line 21549 of file vhdlcode.cpp.
|
static |
Definition at line 21521 of file vhdlcode.cpp.
|
static |
Definition at line 21460 of file vhdlcode.cpp.
YY_BUFFER_STATE vhdlcodeYY_scan_buffer | ( | char * | base, |
yy_size_t | size | ||
) |
Setup the input buffer state to scan directly from a user-specified character buffer.
base | the character buffer |
size | the size in bytes of the character buffer |
Definition at line 21676 of file vhdlcode.cpp.
YY_BUFFER_STATE vhdlcodeYY_scan_bytes | ( | yyconst char * | yybytes, |
int | _yybytes_len | ||
) |
Setup the input buffer state to scan the given bytes. The next call to vhdlcodeYYlex() will scan from a copy of bytes.
bytes | the byte buffer to scan |
len | the number of bytes in the buffer pointed to by bytes. |
Definition at line 21726 of file vhdlcode.cpp.
YY_BUFFER_STATE vhdlcodeYY_scan_string | ( | yyconst char * | yystr | ) |
Setup the input buffer state to scan a string. The next call to vhdlcodeYYlex() will scan from a copy of str.
yystr | a NUL-terminated string to scan |
Definition at line 21713 of file vhdlcode.cpp.
void vhdlcodeYY_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
Switch to a different input buffer.
new_buffer | The new input buffer. |
Definition at line 21429 of file vhdlcode.cpp.
void * vhdlcodeYYalloc | ( | yy_size_t | size | ) |
Definition at line 21937 of file vhdlcode.cpp.
|
static |
Definition at line 21627 of file vhdlcode.cpp.
void vhdlcodeYYfree | ( | void * | ptr | ) |
Definition at line 21954 of file vhdlcode.cpp.
int vhdlcodeYYget_debug | ( | void | ) |
Definition at line 21853 of file vhdlcode.cpp.
YY_EXTRA_TYPE vhdlcodeYYget_extra | ( | void | ) |
FILE * vhdlcodeYYget_in | ( | void | ) |
Get the input stream.
Definition at line 21797 of file vhdlcode.cpp.
int vhdlcodeYYget_leng | ( | void | ) |
int vhdlcodeYYget_lineno | ( | void | ) |
FILE * vhdlcodeYYget_out | ( | void | ) |
char * vhdlcodeYYget_text | ( | void | ) |
int vhdlcodeYYlex | ( | void | ) |
int vhdlcodeYYlex_destroy | ( | void | ) |
Definition at line 21892 of file vhdlcode.cpp.
void vhdlcodeYYpop_buffer_state | ( | void | ) |
Removes and deletes the top of the stack, if present. The next element becomes the new top.
Definition at line 21608 of file vhdlcode.cpp.
void vhdlcodeYYpush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
Pushes the new state onto the stack. The new state becomes the current state. This function will allocate the stack if necessary.
new_buffer | The new state. |
Definition at line 21578 of file vhdlcode.cpp.
void * vhdlcodeYYrealloc | ( | void * | ptr, |
yy_size_t | size | ||
) |
Definition at line 21942 of file vhdlcode.cpp.
void vhdlcodeYYrestart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
input_file | A readable stream. |
INITIAL
. Definition at line 21412 of file vhdlcode.cpp.
void vhdlcodeYYset_debug | ( | int | debug_flag | ) |
Definition at line 21858 of file vhdlcode.cpp.
void vhdlcodeYYset_extra | ( | YY_EXTRA_TYPE | user_defined | ) |
void vhdlcodeYYset_in | ( | FILE * | in_str | ) |
Set the input stream. This does not discard the current input buffer.
in_str | A readable stream. |
Definition at line 21843 of file vhdlcode.cpp.
void vhdlcodeYYset_lineno | ( | int | line_number | ) |
void vhdlcodeYYset_out | ( | FILE * | out_str | ) |
Definition at line 21848 of file vhdlcode.cpp.
while | ( | 1 | ) |
Definition at line 20075 of file vhdlcode.cpp.
Definition at line 19811 of file vhdlcode.cpp.
|
static |
Definition at line 19682 of file vhdlcode.cpp.
|
static |
Definition at line 19767 of file vhdlcode.cpp.
|
static |
writes a link to a fragment text that may span multiple lines, inserting line numbers for each line. If text contains newlines, the link will be split into multiple links with the same destination, one for each line.
Definition at line 19485 of file vhdlcode.cpp.
|
static |
Definition at line 19804 of file vhdlcode.cpp.
|
static |
writes a word to the output. If curr_class is defined, the word belongs to a class and will be linked.
Definition at line 19356 of file vhdlcode.cpp.
|
static |
|
static |
Definition at line 21760 of file vhdlcode.cpp.
|
static |
Definition at line 21141 of file vhdlcode.cpp.
|
static |
Definition at line 21275 of file vhdlcode.cpp.
|
static |
Definition at line 21863 of file vhdlcode.cpp.
|
static |
Definition at line 21308 of file vhdlcode.cpp.
|
static |
Definition at line 19826 of file vhdlcode.cpp.
|
static |
Definition at line 19194 of file vhdlcode.cpp.
|
static |
Definition at line 19183 of file vhdlcode.cpp.
|
static |
Definition at line 19170 of file vhdlcode.cpp.
|
static |
Definition at line 19161 of file vhdlcode.cpp.
|
static |
Definition at line 19188 of file vhdlcode.cpp.
|
static |
Definition at line 19191 of file vhdlcode.cpp.
|
static |
Definition at line 19189 of file vhdlcode.cpp.
|
static |
Definition at line 19185 of file vhdlcode.cpp.
|
static |
Definition at line 19181 of file vhdlcode.cpp.
|
static |
Definition at line 19180 of file vhdlcode.cpp.
|
static |
Definition at line 19166 of file vhdlcode.cpp.
|
static |
Definition at line 19190 of file vhdlcode.cpp.
|
static |
number of line in the code fragment
Definition at line 19175 of file vhdlcode.cpp.
|
static |
read offset during parsing
Definition at line 19174 of file vhdlcode.cpp.
|
static |
the code fragment as text
Definition at line 19173 of file vhdlcode.cpp.
Definition at line 19193 of file vhdlcode.cpp.
|
static |
Definition at line 19177 of file vhdlcode.cpp.
|
static |
Definition at line 19172 of file vhdlcode.cpp.
|
static |
Definition at line 19171 of file vhdlcode.cpp.
|
static |
Definition at line 19164 of file vhdlcode.cpp.
|
static |
Definition at line 19160 of file vhdlcode.cpp.
|
static |
Definition at line 19178 of file vhdlcode.cpp.
|
static |
Definition at line 19187 of file vhdlcode.cpp.
Definition at line 19159 of file vhdlcode.cpp.
|
static |
Definition at line 19707 of file vhdlcode.cpp.
|
static |
Definition at line 19163 of file vhdlcode.cpp.
|
static |
Definition at line 19162 of file vhdlcode.cpp.
|
static |
Definition at line 19165 of file vhdlcode.cpp.
|
static |
current line number
Definition at line 19176 of file vhdlcode.cpp.
Definition at line 19156 of file vhdlcode.cpp.
Definition at line 19155 of file vhdlcode.cpp.
Definition at line 19157 of file vhdlcode.cpp.
Definition at line 19158 of file vhdlcode.cpp.
int vhdlcodeYY_flex_debug = 0 |
Definition at line 19083 of file vhdlcode.cpp.
FILE * vhdlcodeYYin = (FILE *) 0 |
Definition at line 359 of file vhdlcode.cpp.
int vhdlcodeYYleng |
Definition at line 294 of file vhdlcode.cpp.
int vhdlcodeYYlineno = 1 |
Definition at line 365 of file vhdlcode.cpp.
FILE * vhdlcodeYYout = (FILE *) 0 |
Definition at line 359 of file vhdlcode.cpp.
char * vhdlcodeYYtext |
Definition at line 19092 of file vhdlcode.cpp.
|
static |
Definition at line 394 of file vhdlcode.cpp.
register int yy_act |
Definition at line 20042 of file vhdlcode.cpp.
|
static |
Definition at line 987 of file vhdlcode.cpp.
register char * yy_bp |
Definition at line 20041 of file vhdlcode.cpp.
|
static |
Stack as an array.
Definition at line 274 of file vhdlcode.cpp.
|
static |
capacity of stack.
Definition at line 273 of file vhdlcode.cpp.
|
static |
index of top of stack.
Definition at line 272 of file vhdlcode.cpp.
|
static |
Definition at line 297 of file vhdlcode.cpp.
|
static |
Definition at line 10656 of file vhdlcode.cpp.
register char* yy_cp |
Definition at line 20041 of file vhdlcode.cpp.
YY_DECL |
The main scanner function which does all the work.
Definition at line 20039 of file vhdlcode.cpp.
|
static |
Definition at line 1610 of file vhdlcode.cpp.
|
static |
Definition at line 304 of file vhdlcode.cpp.
|
static |
Definition at line 942 of file vhdlcode.cpp.
|
static |
Definition at line 292 of file vhdlcode.cpp.
|
static |
Definition at line 298 of file vhdlcode.cpp.
|
static |
Definition at line 19080 of file vhdlcode.cpp.
|
static |
Definition at line 19079 of file vhdlcode.cpp.
|
static |
Definition at line 974 of file vhdlcode.cpp.
|
static |
Definition at line 293 of file vhdlcode.cpp.
|
static |
Definition at line 2233 of file vhdlcode.cpp.
|
static |
Definition at line 299 of file vhdlcode.cpp.