Home
last modified time | relevance | path

Searched defs:a32 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-parity.f9013 logical, parameter, dimension(2, 3) :: a32 = reshape((/& variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h208 typedef unsigned int a32; typedef
[all...]
/llvm-project/flang/test/Semantics/
H A Dkinds02.f9033 real(kind=32) :: a32 variable
/llvm-project/compiler-rt/test/builtins/Unit/
H A Datomic_test.c156 uint32_t a32, b32; variable
[all...]
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp283 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