Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c2976 const node *node_target; in ast_for_for_stmt() local
2986 node_target = CHILD(n, 1); in ast_for_for_stmt()
2987 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
2993 if (NCH(node_target) == 1) in ast_for_for_stmt()
/external/python/cpython3/Python/
Dast.c3691 const node *node_target; in ast_for_for_stmt() local
3701 node_target = CHILD(n, 1); in ast_for_for_stmt()
3702 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
3708 if (NCH(node_target) == 1) in ast_for_for_stmt()