Searched refs:seq_for_testlist (Results 1 – 2 of 2) sorted by relevance
26 static asdl_seq *seq_for_testlist(struct compiling *, const node *);578 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist() function1430 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()
594 static asdl_seq *seq_for_testlist(struct compiling *, const node *);1187 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist() function2173 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()