Home
last modified time | relevance | path

Searched defs:INPLACE_ADD (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h39 #define INPLACE_ADD 55 macro
/external/python/cpython2/Include/
Dopcode.h57 #define INPLACE_ADD 55 macro
/external/starlark-go/internal/compile/
Dcompile.go113 INPLACE_ADD // x y INPLACE_ADD z where z is x+y or x.extend(y) const