Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h415 code__varname_from_oparg_impl(PyCodeObject *self, int oparg);
434 return_value = code__varname_from_oparg_impl(self, oparg); in code__varname_from_oparg()
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c2001 code__varname_from_oparg_impl(PyCodeObject *self, int oparg) in code__varname_from_oparg_impl() function