Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interface.h196 typedef unsigned int a32; typedef
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h196 typedef unsigned int a32; typedef
/llvm-project-15.0.7/flang/test/Semantics/
H A Dkinds02.f9033 real(kind=32) :: a32 variable
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Datomic_test.c156 uint32_t a32, b32; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duninitialized.cpp282 …A a32 = moveA(std::move(a32)); // expected-warning {{variable 'a32' is uninitialized when used wi… in setupA() local
344 A a32 = moveA(std::move(a32)); // expected-warning {{variable 'a32' is uninitialized when used wit… variable