Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dparser.c2163 stmt_ty if_stmt_var; in compound_stmt_rule() local
2167 (if_stmt_var = if_stmt_rule(p)) // if_stmt in compound_stmt_rule()
2171 _res = if_stmt_var; in compound_stmt_rule()