Searched refs:_Py_block_ty (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | symtable.h | 9 _Py_block_ty; typedef 32 _Py_block_ty ste_type; /* module, class, or function */
|
/external/python/cpython3/Include/ |
D | symtable.h | 15 _Py_block_ty; typedef 46 _Py_block_ty ste_type; /* module, class, or function */
|
/external/python/cpython2/Python/ |
D | symtable.c | 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 168 _Py_block_ty block, void *ast, int lineno); 844 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
|
/external/python/cpython3/Python/ |
D | symtable.c | 47 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 191 _Py_block_ty block, void *ast, int lineno, 968 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
|