Home
last modified time | relevance | path

Searched refs:invalid_except_stmt_var (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Dparser.c7127 void *invalid_except_stmt_var; in except_block_rule() local
7129 (invalid_except_stmt_var = invalid_except_stmt_rule(p)) // invalid_except_stmt in except_block_rule()
7133 _res = invalid_except_stmt_var; in except_block_rule()
7245 void *invalid_except_stmt_var; in except_star_block_rule() local
7247 (invalid_except_stmt_var = invalid_except_stmt_rule(p)) // invalid_except_stmt in except_star_block_rule()
7251 _res = invalid_except_stmt_var; in except_star_block_rule()
[all...]

Completed in 40 milliseconds