Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h47 } PySTEntryObject; typedef
53 PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *);
57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/external/python/cpython3/Include/
Dsymtable.h68 } PySTEntryObject; typedef
74 PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *);
84 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/external/python/cpython2/Python/
Dsymtable.c20 static PySTEntryObject *
24 PySTEntryObject *ste = NULL; in ste_new()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
85 ste_repr(PySTEntryObject *ste) in ste_repr()
97 ste_dealloc(PySTEntryObject *ste) in ste_dealloc()
108 #define OFF(x) offsetof(PySTEntryObject, x)
126 sizeof(PySTEntryObject),
286 PySTEntryObject *
305 return (PySTEntryObject *)v; in PySymtable_Lookup()
309 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope()
[all …]
Dcompile.c98 PySTEntryObject *u_ste;
3769 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags()
/external/python/cpython3/Python/
Dsymtable.c46 static PySTEntryObject *
50 PySTEntryObject *ste = NULL; in ste_new()
56 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
114 ste_repr(PySTEntryObject *ste) in ste_repr()
122 ste_dealloc(PySTEntryObject *ste) in ste_dealloc()
134 #define OFF(x) offsetof(PySTEntryObject, x)
151 sizeof(PySTEntryObject),
370 PySTEntryObject *
389 return (PySTEntryObject *)v; in PySymtable_Lookup()
393 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) in _PyST_GetSymbol()
[all …]
Dcompile.c112 PySTEntryObject *u_ste;
5836 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags()