Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h180 AsyncFor_kind=10, While_kind=11, If_kind=12, With_kind=13, enumerator
/third_party/python/Python/
Dast_opt.c723 case If_kind: in astfold_stmt()
Dast.c741 case If_kind: in validate_stmt()
Dsymtable.c1322 case If_kind: in symtable_visit_stmt()
Dcompile.c1694 case If_kind: in find_ann()
2831 assert(s->kind == If_kind); in compiler_if()
3535 case If_kind: in compiler_visit_stmt()
DPython-ast.c2266 p->kind = If_kind; in _PyAST_If()
3928 case If_kind: in ast2obj_stmt()