Home
last modified time | relevance | path

Searched refs:Break_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.h83 Break_kind=24, Continue_kind=25}; enumerator
/external/python/cpython2/Python/
Dsymtable.c1174 case Break_kind: in symtable_visit_stmt()
DPython-ast.c1459 p->kind = Break_kind; in Break()
2539 case Break_kind: in ast2obj_stmt()
Dcompile.c2177 case Break_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dsymtable.c1388 case Break_kind: in symtable_visit_stmt()
Dast.c482 case Break_kind: in validate_stmt()
DPython-ast.c2519 p->kind = Break_kind; in Break()
3901 case Break_kind: in ast2obj_stmt()
Dcompile.c3442 case Break_kind: in compiler_visit_stmt()