Searched refs:SCANNER_LITERAL_IS_USED (Results 1 – 4 of 4) sorted by relevance
52 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_async_literal()204 if (argument_literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_check_arrow_arg()302 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_check_async_function()
569 if (item_p->literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_primary_expression_end()599 if (binding_literal.literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_primary_expression_end()888 item_p->literal_p->type &= (uint8_t) ~SCANNER_LITERAL_IS_USED; in scanner_scan_primary_expression_end()1867 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_scan_statement()2111 && (literal_p->type & SCANNER_LITERAL_IS_USED)) in scanner_scan_statement_end()2622 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()2819 if (argument_literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()3082 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()3107 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()3115 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()
179 SCANNER_LITERAL_IS_USED = (1 << 6), /**< literal is used */ enumerator
655 extended_type |= SCANNER_LITERAL_IS_USED; in scanner_pop_literal_pool()1078 type |= SCANNER_LITERAL_IS_USED; in scanner_filter_arguments()1197 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_reference()1264 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_append_argument()