Contains functions for checking Verilog keywords. More...
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. |
Contains functions for checking Verilog keywords.
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_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_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_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_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_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.