Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c1437 #define GETLOCAL(i) (fastlocals[i]) macro
1445 #define SETLOCAL(i, value) do { PyObject *tmp = GETLOCAL(i); \
1446 GETLOCAL(i) = value; \
1859 PyObject *value = GETLOCAL(oparg); in _PyEval_EvalFrameDefault()
3045 PyObject *v = GETLOCAL(oparg); in _PyEval_EvalFrameDefault()
4641 if (GETLOCAL(i) == NULL) { in missing_arguments()
4670 if (GETLOCAL(i) != NULL) { in too_many_positional()
4898 if (GETLOCAL(j) != NULL) { in _PyEval_MakeFrameVector()
4922 if (GETLOCAL(i) == NULL) { in _PyEval_MakeFrameVector()
4938 if (GETLOCAL(m+i) == NULL) { in _PyEval_MakeFrameVector()
[all …]