Searched refs:lit_location_p (Results 1 – 5 of 5) sorted by relevance
48 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_add_async_literal() local52 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_async_literal()56 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_add_async_literal()299 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_check_async_function() local302 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_check_async_function()306 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_check_async_function()
1864 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_scan_statement() local1867 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_scan_statement()1871 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_scan_statement()2221 lexer_lit_location_t *lit_location_p = scanner_add_literal (context_p, scanner_context_p); in scanner_scan_statement_end() local2222 lit_location_p->type |= SCANNER_LITERAL_IS_LOCAL; in scanner_scan_statement_end()
1193 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_add_reference() local1197 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_reference()1202 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_add_reference()
707 …_construct_literal_object (parser_context_t *context_p, const lexer_lit_location_t *lit_location_p,
2340 const lexer_lit_location_t *lit_location_p, /**< literal location */ in lexer_construct_literal_object() argument2346 lit_location_p, in lexer_construct_literal_object()2350 size_t length = lit_location_p->length; in lexer_construct_literal_object()