Lines Matching refs:n_children
2568 int n_children; in ast_for_import_stmt() local
2592 n_children = 1; in ast_for_import_stmt()
2597 n_children = NCH(n); in ast_for_import_stmt()
2602 n_children = NCH(n); in ast_for_import_stmt()
2603 if (n_children % 2 == 0) { in ast_for_import_stmt()
2614 aliases = asdl_seq_new((n_children + 1) / 2, c->c_arena); in ast_for_import_stmt()
2669 int n_children = NCH(n); in ast_for_exec_stmt() local
2670 if (n_children != 2 && n_children != 4 && n_children != 6) { in ast_for_exec_stmt()
2673 n_children); in ast_for_exec_stmt()
2683 if (expr1->kind == Tuple_kind && n_children < 4 && in ast_for_exec_stmt()
2694 if (n_children >= 4) { in ast_for_exec_stmt()
2699 if (n_children == 6) { in ast_for_exec_stmt()