Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c280 static int inplace_binop(operator_ty);
3642 inplace_binop(operator_ty op) in inplace_binop() function
5376 ADDOP(c, inplace_binop(s->v.AugAssign.op)); in compiler_augassign()