Searched defs:a32 (Results 1 – 5 of 5) sorted by relevance
13 logical, parameter, dimension(2, 3) :: a32 = reshape((/& variable
208 typedef unsigned int a32; typedef [all...]
33 real(kind=32) :: a32 variable
156 uint32_t a32, b32; variable [all...]
283 A a32 = moveA(std::move(a32)); // expected-warning {{variable 'a32' is uninitialized when used within its own initialization}} setupA() local 345 A a32 = moveA(std::move(a32)); // expected-warning {{variable 'a32' is uninitialized when used within its own initialization}} global() variable