Lines Matching refs:target
7813 expr_ty target;
7819 (target = pattern_capture_target_rule(p)) // pattern_capture_target
7832 _res = _PyAST_MatchAs ( pattern , target -> v . Name . id , EXTRA );
8938 expr_ty target;
8940 (target = pattern_capture_target_rule(p)) // pattern_capture_target
8953 _res = _PyAST_MatchAs ( NULL , target -> v . Name . id , EXTRA );
9656 expr_ty target;
9660 (target = pattern_capture_target_rule(p)) // pattern_capture_target
9673 _res = _PyAST_MatchStar ( target -> v . Name . id , EXTRA );
10042 expr_ty target;
10046 (target = pattern_capture_target_rule(p)) // pattern_capture_target
10050 _res = target;
19661 _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "only single target (not %s) can be annotated" , _PyPegen_get_expr_name ( a ) );
19697 _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "only single target (not tuple) can be annotated" );
19727 _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "illegal target for annotation" );
20087 _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , PyPegen_last_item ( b , expr_ty ) , "did you forget parentheses around the comprehension target?" );
20120 _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "did you forget parentheses around the comprehension target?" );
22573 _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use '_' as a target" );
22605 _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "invalid pattern target" );