Home
last modified time | relevance | path

Searched refs:test_atomic (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/atomics/
H A Dtypes.pass.cpp32 struct test_atomic struct
34 test_atomic() in test_atomic() function
44 struct test_atomic<A, true> struct
46 test_atomic() in test_atomic() function
57 struct test_atomic<A*, false> struct
59 test_atomic() in test_atomic() function
77 test_atomic<A, std::is_integral<T>::value && !std::is_same<T, bool>::value>(); in test()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dstore-merging.ll301 define void @test_atomic(i32 **%ptr) {
302 ; CHECK-LABEL: test_atomic:
H A Dprelegalizercombiner-extending-loads.mir394 name: test_atomic
403 ; CHECK-LABEL: name: test_atomic
/llvm-project-15.0.7/clang/test/CodeGen/
H A DAtomics.c315 void test_atomic(void) { in test_atomic() function