Searched refs:LEXER_SEMICOLON (Results 1 – 5 of 5) sorted by relevance
1441 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_start()1498 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_start()1521 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_start()1624 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_end()1628 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_end()2712 if (context_p->token.type == LEXER_SEMICOLON) in parser_parse_statements()2753 && context_p->token.type != LEXER_SEMICOLON in parser_parse_statements()2774 && context_p->token.type != LEXER_SEMICOLON in parser_parse_statements()2790 case LEXER_SEMICOLON: in parser_parse_statements()3001 || context_p->token.type == LEXER_SEMICOLON in parser_parse_statements()[all …]
657 if (type != LEXER_SEMICOLON) in scanner_scan_primary_expression_end()680 if (context_p->token.type != LEXER_SEMICOLON) in scanner_scan_primary_expression_end()686 type = LEXER_SEMICOLON; in scanner_scan_primary_expression_end()691 if (type != LEXER_SEMICOLON) in scanner_scan_primary_expression_end()1083 case LEXER_SEMICOLON: in scanner_scan_statement()1203 case LEXER_SEMICOLON: in scanner_scan_statement()1307 && context_p->token.type != LEXER_SEMICOLON in scanner_scan_statement()1911 if (type == LEXER_SEMICOLON) in scanner_scan_statement_end()2688 if (context_p->token.type != LEXER_SEMICOLON in scanner_scan_all()
135 LEXER_SEMICOLON, /**< ";" */ enumerator
577 if (context_p->token.type == LEXER_SEMICOLON) in scanner_check_directives()
1543 LEXER_TYPE_A_TOKEN (LIT_CHAR_SEMICOLON, LEXER_SEMICOLON); in lexer_next_token()1966 case LEXER_SEMICOLON: in lexer_check_yield_no_arg()3380 return (context_p->token.type == LEXER_SEMICOLON in lexer_string_is_directive()