Home
last modified time | relevance | path

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

/aosp_15_r20/external/starlark-go/internal/compile/
H A Dcompile.go129 SETLOCAL // value SETLOCAL<local> - const
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c971 #define SETLOCAL(i, value) do { PyObject *tmp = GETLOCAL(i); \ in PyEval_EvalFrameEx() macro
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1482 #define SETLOCAL(i, value) do { PyObject *tmp = GETLOCAL(i); \ macro