Home
last modified time | relevance | path

Searched refs:growable_comment_array_init (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Parser/
Dparsetok.c28 growable_comment_array_init(growable_comment_array *arr, size_t initial_size) { in growable_comment_array_init() function
225 if (!growable_comment_array_init(&type_ignores, 10)) { in parsetok()
/external/python/cpython3/Parser/pegen/
Dpegen.c543 growable_comment_array_init(growable_comment_array *arr, size_t initial_size) { in growable_comment_array_init() function
1079 if (!growable_comment_array_init(&p->type_ignore_comments, 10)) { in _PyPegen_Parser_New()