Home
last modified time | relevance | path

Searched refs:With_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.c688 case With_kind: in astfold_stmt()
Dcompile.c1589 case With_kind: in find_ann()
3446 case With_kind: in compiler_visit_stmt()
4933 assert(s->kind == With_kind); in compiler_with()
Dsymtable.c1392 case With_kind: in symtable_visit_stmt()
Dast.c404 case With_kind: in validate_stmt()
DPython-ast.c2311 p->kind = With_kind; in With()
3741 case With_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.c1178 case With_kind: in symtable_visit_stmt()
Dcompile.c2184 case With_kind: in compiler_visit_stmt()
2906 assert(s->kind == With_kind); in compiler_with()
DPython-ast.c1274 p->kind = With_kind; in With()
2383 case With_kind: in ast2obj_stmt()