Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c26 static asdl_seq *seq_for_testlist(struct compiling *, const node *);
578 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist() function
1430 asdl_seq *elts = seq_for_testlist(c, ch); in ast_for_atom()
2133 asdl_seq *tmp = seq_for_testlist(c, n); in ast_for_testlist()
2170 return seq_for_testlist(c, n); in ast_for_class_bases()
/external/python/cpython3/Python/
Dast.c594 static asdl_seq *seq_for_testlist(struct compiling *, const node *);
1187 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist() function
2173 asdl_seq *elts = seq_for_testlist(c, ch); in ast_for_atom()
2880 asdl_seq *tmp = seq_for_testlist(c, n); in ast_for_testlist()