Searched refs:compile_item (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Parser/ |
D | pgen.c | 42 static void compile_item(labellist *ll, 242 compile_item(ll, nf, n, pa, pb); in compile_alt() 247 compile_item(ll, nf, n, &a, &b); in compile_alt() 254 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_item() function
|
/external/python/cpython2/Parser/ |
D | pgen.c | 42 static void compile_item(labellist *ll, 243 compile_item(ll, nf, n, pa, pb); in compile_alt() 248 compile_item(ll, nf, n, &a, &b); in compile_alt() 255 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_item() function
|