Go to the source code of this file.
Functions | |
| int | lexer_keyword_1995_code (const char *str, int length) |
| Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword. | |
| int | lexer_keyword_sys_1995_code (const char *str, int length) |
| Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword. | |
| int | lexer_keyword_2001_code (const char *str, int length) |
| Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword. | |
| int | lexer_keyword_sys_2001_code (const char *str, int length) |
| Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword. | |
| int | lexer_keyword_sv_code (const char *str, int length) |
| Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword. | |
| int | lexer_keyword_sys_sv_code (const char *str, int length) |
| Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword. | |
|
||||||||||||
|
Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.
|
|
||||||||||||
|
Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.
|
|
||||||||||||
|
Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.
|
|
||||||||||||
|
Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.
|
|
||||||||||||
|
Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.
|
|
||||||||||||
|
Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.
|
1.3.4