Searched refs:first_valid (Results 1 – 2 of 2) sorted by relevance
572 ElementType* first_valid; in Clean() local580 first_valid = c; in Clean()584 ptrdiff_t n_moved_elements = (next_invalid - first_valid); in Clean()585 memmove(first_invalid, first_valid, n_moved_elements * sizeof(*c)); in Clean()
866 let first_valid = chars in is_valid_identifier() localVariable871 first_valid && chars.all(|c| c.is_alphanumeric() || c == '_') in is_valid_identifier()