Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h68 Break_kind=22, Continue_kind=23}; enumerator
/external/python/cpython3/Include/
DPython-ast.h73 Break_kind=24, Continue_kind=25}; enumerator
/external/python/cpython2/Python/
Dsymtable.c1175 case Continue_kind: in symtable_visit_stmt()
DPython-ast.c1472 p->kind = Continue_kind; in Continue()
2543 case Continue_kind: in ast2obj_stmt()
Dcompile.c2182 case Continue_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dsymtable.c1328 case Continue_kind: in symtable_visit_stmt()
DPython-ast.c1733 p->kind = Continue_kind; in Continue()
3024 case Continue_kind: in ast2obj_stmt()
Dast.c509 case Continue_kind: in validate_stmt()
Dcompile.c3052 case Continue_kind: in compiler_visit_stmt()