Home
last modified time | relevance | path

Searched refs:AugAssign_kind (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h179 AugAssign_kind=7, AnnAssign_kind=8, For_kind=9, enumerator
/third_party/python/Python/
Dast.c708 case AugAssign_kind: in validate_stmt()
Dast_opt.c693 case AugAssign_kind: in astfold_stmt()
Dsymtable.c1305 case AugAssign_kind: in symtable_visit_stmt()
Dcompile.c3527 case AugAssign_kind: in compiler_visit_stmt()
5335 assert(s->kind == AugAssign_kind); in compiler_augassign()
DPython-ast.c2121 p->kind = AugAssign_kind; in _PyAST_AugAssign()
3801 case AugAssign_kind: in ast2obj_stmt()