Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h184 Break_kind=25, Continue_kind=26}; enumerator
/third_party/python/Python/
Dast.c852 case Continue_kind: in validate_stmt()
Dast_opt.c764 case Continue_kind: in astfold_stmt()
Dsymtable.c1434 case Continue_kind: in symtable_visit_stmt()
DPython-ast.c2535 p->kind = Continue_kind; in _PyAST_Continue()
4138 case Continue_kind: in ast2obj_stmt()
Dcompile.c3570 case Continue_kind: in compiler_visit_stmt()