Searched refs:PySTEntryObject (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/python/cpython2/Python/ |
D | symtable.c | 20 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 …]
|
D | compile.c | 98 PySTEntryObject *u_ste; 3769 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_symtable.h | 76 } PySTEntryObject; typedef 82 extern long _PyST_GetSymbol(PySTEntryObject *, PyObject *); 83 extern int _PyST_GetScope(PySTEntryObject *, PyObject *); 89 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_symtable.h | 76 } PySTEntryObject; typedef 82 extern long _PyST_GetSymbol(PySTEntryObject *, PyObject *); 83 extern int _PyST_GetScope(PySTEntryObject *, PyObject *); 89 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_symtable.h | 76 } PySTEntryObject; typedef 82 extern long _PyST_GetSymbol(PySTEntryObject *, PyObject *); 83 extern int _PyST_GetScope(PySTEntryObject *, PyObject *); 89 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_symtable.h | 76 } PySTEntryObject; typedef 82 extern long _PyST_GetSymbol(PySTEntryObject *, PyObject *); 83 extern int _PyST_GetScope(PySTEntryObject *, PyObject *); 89 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_symtable.h | 76 } PySTEntryObject; typedef 82 extern long _PyST_GetSymbol(PySTEntryObject *, PyObject *); 83 extern int _PyST_GetScope(PySTEntryObject *, PyObject *); 89 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | symtable.c | 58 static PySTEntryObject * 63 PySTEntryObject *ste = NULL; in ste_new() 69 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new() 129 ste_repr(PySTEntryObject *ste) in ste_repr() 137 ste_dealloc(PySTEntryObject *ste) in ste_dealloc() 149 #define OFF(x) offsetof(PySTEntryObject, x) 166 sizeof(PySTEntryObject), 372 PySTEntryObject * 391 return (PySTEntryObject *)v; in PySymtable_Lookup() 395 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) in _PyST_GetSymbol() [all …]
|
D | compile.c | 300 PySTEntryObject *u_ste; 7869 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | symtable.h | 47 } PySTEntryObject; typedef 53 PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *); 57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 15564 …<typedef-decl name='PySTEntryObject' type-id='type-id-877' filepath='./Include/internal/pycore_sym…
|