Searched refs:compile_atom (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Parser/ |
D | pgen.c | 44 static void compile_atom(labellist *ll, 278 compile_atom(ll, nf, n, pa, pb); in compile_item() 291 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_atom() function
|
/external/python/cpython2/Parser/ |
D | pgen.c | 44 static void compile_atom(labellist *ll, 279 compile_atom(ll, nf, n, pa, pb); in compile_item() 292 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_atom() function
|
/external/minijail/ |
D | syscall_filter.c | 186 int compile_atom(struct parser_state *state, struct filter_block *head, in compile_atom() function 396 if (compile_atom(state, head, comp, labels, nr, in compile_policy_line()
|