Home
last modified time | relevance | path

Searched refs:CELL (Results 1 – 19 of 19) 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/llvm-project/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/rust/crates/once_cell/examples/
Dbench.rs8 static CELL: OnceCell<usize> = OnceCell::new(); constant
25 let &value = CELL.get_or_init(|| i); in thread_main()
Dbench_acquire.rs11 static CELL: OnceCell<usize> = OnceCell::new(); variable
32 let _value = CELL.get_or_init(|| i + 1); in thread_main()
/external/rust/crates/crossbeam-utils/tests/
Datomic_cell.rs232 static CELL: AtomicCell<usize> = AtomicCell::new(0); in const_atomic_cell_new() constant
234 CELL.store(1); in const_atomic_cell_new()
235 assert_eq!(CELL.load(), 1); in const_atomic_cell_new()
/external/python/cpython3/Lib/
Dsymtable.py6 LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL)
131 locs = (LOCAL, CELL)
204 return bool(self.__scope in (LOCAL, CELL)
/external/python/cpython2/Include/
Dsymtable.h84 #define CELL 5 macro
/external/python/cpython2/Lib/
Dsymtable.py6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
137 locs = (LOCAL, CELL)
/external/python/cpython3/Include/
Dsymtable.h114 #define CELL 5 macro
/external/python/cpython2/Modules/
Dsymtablemodule.c82 PyModule_AddIntConstant(m, "CELL", CELL); in init_symtable()
/external/python/cpython3/Modules/
Dsymtablemodule.c116 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.c580 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
1873 return CELL; in get_ref_type()
1922 if (reftype == CELL) in compiler_make_closure()
3581 case CELL: in compiler_nameop()
Dsymtable.c580 v_cell = PyLong_FromLong(CELL); in analyze_cells()
/external/python/cpython2/Lib/lib-tk/
DTix.py49 CELL = 'cell' variable
/external/python/cpython3/Lib/tkinter/
Dtix.py45 CELL = 'cell' variable
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...