Searched refs:literal_location_p (Results 1 – 2 of 2) sorted by relevance
644 lexer_lit_location_t *literal_location_p = scanner_add_custom_literal (context_p, in scanner_pop_literal_pool() local647 uint8_t extended_type = literal_location_p->type; in scanner_pop_literal_pool()665 || (literal_location_p->type & mask) == SCANNER_LITERAL_IS_LET in scanner_pop_literal_pool()666 || (literal_location_p->type & mask) == SCANNER_LITERAL_IS_CONST) in scanner_pop_literal_pool()677 literal_location_p->type = (uint8_t) (extended_type | type); in scanner_pop_literal_pool()1072 lexer_lit_location_t *literal_location_p = scanner_add_custom_literal (context_p, in scanner_filter_arguments() local1081 literal_location_p->type |= type; in scanner_filter_arguments()1118 const lexer_lit_location_t *literal_location_p) /**< literal */ in scanner_add_custom_literal() argument1124 const uint8_t *char_p = literal_location_p->char_p; in scanner_add_custom_literal()1125 prop_length_t length = literal_location_p->length; in scanner_add_custom_literal()[all …]
367 const lexer_lit_location_t *literal_location_p);