Home
last modified time | relevance | path

Searched defs:ste (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dsymtable.c63 PySTEntryObject *ste = NULL; in ste_new() local
129 ste_repr(PySTEntryObject *ste) in ste_repr()
137 ste_dealloc(PySTEntryObject *ste) in ste_dealloc()
402 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) in _PyST_GetSymbol()
412 _PyST_GetScope(PySTEntryObject *ste, PyObject *name) in _PyST_GetScope()
419 error_at_directive(PySTEntryObject *ste, PyObject *name) in error_at_directive()
508 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, in analyze_name()
618 drop_class_free(PySTEntryObject *ste, PyObject *free) in drop_class_free()
748 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block()
983 PySTEntryObject *prev = NULL, *ste; in symtable_enter_block() local
[all …]
Dcompile.c6807 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags() local