Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h64 For_kind=8, While_kind=9, If_kind=10, With_kind=11, enumerator
/external/python/cpython3/Python/
Dast_opt.c678 case While_kind: in astfold_stmt()
Dsymtable.c1281 case While_kind: in symtable_visit_stmt()
Dcompile.c1581 case While_kind: in find_ann()
3411 case While_kind: in compiler_visit_stmt()
Dast.c396 case While_kind: in validate_stmt()
DPython-ast.c2268 p->kind = While_kind; in While()
3701 case While_kind: in ast2obj_stmt()
/external/python/cpython3/Include/
DPython-ast.h79 AsyncFor_kind=10, While_kind=11, If_kind=12, With_kind=13, enumerator
/external/python/cpython2/Python/
Dsymtable.c1079 case While_kind: in symtable_visit_stmt()
DPython-ast.c1230 p->kind = While_kind; in While()
2345 case While_kind: in ast2obj_stmt()
Dcompile.c2117 case While_kind: in compiler_visit_stmt()