Home
last modified time | relevance | path

Searched refs:If_kind (Results 1 – 9 of 9) 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/Include/
DPython-ast.h69 AsyncFor_kind=10, While_kind=11, If_kind=12, With_kind=13, enumerator
/external/python/cpython2/Python/
Dsymtable.c1079 case If_kind: in symtable_visit_stmt()
Dcompile.c1571 assert(s->kind == If_kind); in compiler_if()
2117 case If_kind: in compiler_visit_stmt()
DPython-ast.c1252 p->kind = If_kind; in If()
2364 case If_kind: in ast2obj_stmt()
/external/python/cpython3/Python/
Dcompile.c1398 case If_kind: in find_ann()
2117 assert(s->kind == If_kind); in compiler_if()
2848 case If_kind: in compiler_visit_stmt()
Dsymtable.c1243 case If_kind: in symtable_visit_stmt()
DPython-ast.c1540 p->kind = If_kind; in If()
2876 case If_kind: in ast2obj_stmt()
Dast.c425 case If_kind: in validate_stmt()