Searched defs:ste (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Python/ |
| D | symtable.c | 63 PySTEntryObject *ste = NULL; in ste_new() local 129 ste_repr(PySTEntryObject *ste) in ste_repr() 137 ste_dealloc(PySTEntryObject *ste) in ste_dealloc() 395 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) in _PyST_GetSymbol() 405 _PyST_GetScope(PySTEntryObject *ste, PyObject *name) in _PyST_GetScope() 412 error_at_directive(PySTEntryObject *ste, PyObject *name) in error_at_directive() 501 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, in analyze_name() 611 drop_class_free(PySTEntryObject *ste, PyObject *free) in drop_class_free() 739 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block() 972 PySTEntryObject *prev = NULL, *ste; in symtable_enter_block() local [all …]
|
| D | compile.c | 7869 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags() local
|