Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c96 growable_comment_array_init(growable_comment_array *arr, size_t initial_size) { in growable_comment_array_init() function
775 if (!growable_comment_array_init(&p->type_ignore_comments, 10)) { in _PyPegen_Parser_New()