Searched defs:ste (Results 1 – 4 of 4) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | symtable.c | 24 PySTEntryObject *ste = NULL; in ste_new() local 85 ste_repr(PySTEntryObject *ste) in ste_repr() 97 ste_dealloc(PySTEntryObject *ste) in ste_dealloc() 307 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope() 373 analyze_name(PySTEntryObject *ste, PyObject *dict, PyObject *name, long flags, in analyze_name() 482 check_unoptimized(const PySTEntryObject* ste) { in check_unoptimized() 622 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block()
|
| D | compile.c | 3807 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | symtable.c | 24 PySTEntryObject *ste = NULL; in ste_new() local 83 ste_repr(PySTEntryObject *ste) in ste_repr() 95 ste_dealloc(PySTEntryObject *ste) in ste_dealloc() 305 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope() 371 analyze_name(PySTEntryObject *ste, PyObject *dict, PyObject *name, long flags, in analyze_name() 480 check_unoptimized(const PySTEntryObject* ste) { in check_unoptimized() 620 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block()
|
| D | compile.c | 3783 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags() local
|