Searched refs:LEXER_NUMBER_LITERAL (Results 1 – 5 of 5) sorted by relevance
53 LEXER_NUMBER_LITERAL = 2, /**< number literal */ enumerator
101 else if (literal_p->type == LEXER_NUMBER_LITERAL) in util_print_literal()
1276 context_p->token.lit_location.type = LEXER_NUMBER_LITERAL; in lexer_parse_number()2519 if (literal_p->type == LEXER_NUMBER_LITERAL in lexer_construct_number_object()2540 literal_p->type = LEXER_NUMBER_LITERAL; in lexer_construct_number_object()2588 if (literal_p->type == LEXER_NUMBER_LITERAL in lexer_convert_push_number_to_push_literal()2615 literal_p->type = LEXER_NUMBER_LITERAL; in lexer_convert_push_number_to_push_literal()
97 case LEXER_NUMBER_LITERAL: in parser_compute_indicies()169 case LEXER_NUMBER_LITERAL: in parser_compute_indicies()250 case LEXER_NUMBER_LITERAL: in parser_init_literal_pool()
1671 else if (type == LEXER_NUMBER_LITERAL) in parser_parse_unary_expression()