Searched refs:node_target (Results 1 – 2 of 2) sorted by relevance
4045 const node *node_target; in ast_for_for_stmt() local4067 node_target = CHILD(n, 1); in ast_for_for_stmt()4068 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()4074 if (NCH(node_target) == 1) in ast_for_for_stmt()4078 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
2976 const node *node_target; in ast_for_for_stmt() local2986 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()