Home
last modified time | relevance | path

Searched refs:compiler_augassign (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c165 static int compiler_augassign(struct compiler *, stmt_ty);
2112 return compiler_augassign(c, s); in compiler_visit_stmt()
3101 compiler_augassign(struct compiler *c, stmt_ty s) in compiler_augassign() function
/external/python/cpython3/Python/
Dcompile.c181 static int compiler_augassign(struct compiler *, stmt_ty);
3011 return compiler_augassign(c, s); in compiler_visit_stmt()
4570 compiler_augassign(struct compiler *c, stmt_ty s) in compiler_augassign() function