Home
last modified time | relevance | path

Searched refs:CELL (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-using-decl.cpp94 template<class CELL> struct X : public A<CELL>, public B<CELL> {
95 using A<CELL>::access;
96 using B<CELL>::access;
/external/python/cpython3/Lib/
Dsymtable.py6 LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL)
132 locs = (LOCAL, CELL)
/external/python/cpython2/Lib/
Dsymtable.py6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
137 locs = (LOCAL, CELL)
/external/python/cpython2/Include/
Dsymtable.h84 #define CELL 5 macro
/external/python/cpython3/Include/
Dsymtable.h109 #define CELL 5 macro
/external/python/cpython2/Modules/
Dsymtablemodule.c82 PyModule_AddIntConstant(m, "CELL", CELL); in init_symtable()
/external/python/cpython3/Modules/
Dsymtablemodule.c103 PyModule_AddIntMacro(m, CELL); in PyInit__symtable()
/external/python/cpython2/Python/
Dcompile.c485 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
1291 if (reftype == CELL) in compiler_make_closure()
2336 case CELL: in compiler_nameop()
Dsymtable.c456 w = PyInt_FromLong(CELL); in analyze_cells()
/external/python/cpython3/Python/
Dcompile.c564 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
1570 return CELL; in get_ref_type()
1626 if (reftype == CELL) in compiler_make_closure()
3187 case CELL: in compiler_nameop()
Dsymtable.c553 v_cell = PyLong_FromLong(CELL); in analyze_cells()
/external/python/cpython3/Lib/tkinter/
Dtix.py45 CELL = 'cell' variable
/external/python/cpython2/Lib/lib-tk/
DTix.py49 CELL = 'cell' variable