代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/442798/1754077
dni ca041.dni
[State Storage]
Control Register=771
[Sequencer]
Control Register=0
NextState0=4352
NextState1=13090
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
www.eeworm.com/read/412162/2175797
dni multiplier.dni
[State Storage]
Reaction Register=0
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
www.eeworm.com/read/412162/2175920
dni clock.dni
[State Storage]
Reaction Register=0
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
www.eeworm.com/read/389098/2543906
dni multiplier.dni
[State Storage]
Reaction Register=0
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
www.eeworm.com/read/389098/2544029
dni clock.dni
[State Storage]
Reaction Register=0
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
www.eeworm.com/read/366702/2867082
c diag-5.c
// PR c++/30536
// Invalid __thread specifiers.
// { dg-require-effective-target tls_native }
struct A { __thread register int i; }; // { dg-error "multiple storage classes|storage class specified" }
www.eeworm.com/read/366702/2872481
adb loop_address2.adb
-- { dg-do compile }
-- { dg-options "-O" }
with System, Ada.Unchecked_Conversion;
with System.Storage_Elements; use System.Storage_Elements;
procedure Loop_Address2 is
type Ptr is access
www.eeworm.com/read/366702/2882199
c pr18596-3.c
/* { dg-do compile } */
/* { dg-options "" } */
int foo ()
{
static g () = 0; /* { dg-error "invalid storage class" } */
static int f () = 1; /* { dg-error "invalid storage class" } */
auto int