Searched refs:is_tail_of_identifier (Results 1 – 1 of 1) sorted by relevance
130 STATIC bool is_tail_of_identifier(mp_lexer_t *lex) { in is_tail_of_identifier() function680 while (!is_end(lex) && is_tail_of_identifier(lex)) { in mp_lexer_to_next()
Completed in 4 milliseconds