Searched refs:_opt_var_1 (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Parser/ |
D | parser.c | 20330 void *_opt_var_1; in invalid_with_stmt_rule() local 20331 UNUSED(_opt_var_1); // Silence compiler warnings in invalid_with_stmt_rule() 20341 (_opt_var_1 = _PyPegen_expect_token(p, 12), !p->error_indicator) // ','? in invalid_with_stmt_rule() 20349 …_res = _PyPegen_dummy_name(p, _opt_var, _keyword, _literal, _gather_165_var, _opt_var_1, _literal_… in invalid_with_stmt_rule() 20429 void *_opt_var_1; in invalid_with_stmt_indent_rule() local 20430 UNUSED(_opt_var_1); // Silence compiler warnings in invalid_with_stmt_indent_rule() 20442 (_opt_var_1 = _PyPegen_expect_token(p, 12), !p->error_indicator) // ','? in invalid_with_stmt_indent_rule() 21596 void *_opt_var_1; in invalid_def_raw_rule() local 21597 UNUSED(_opt_var_1); // Silence compiler warnings in invalid_def_raw_rule() 21612 (_opt_var_1 = params_rule(p), !p->error_indicator) // params? in invalid_def_raw_rule()
|