Searched refs:smallThing (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Datomic-requires-library-error.c11 struct bar smallThing; variable in typeref:struct:bar
20 __atomic_store(&smallThing, &b, 5);
28 __atomic_load(&smallThing, &b, 5);
/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable in typeref:struct:bar
253 __atomic_store(&smallThing, &b, 5);
254 // CHECK: call void @__atomic_store(i64 3, i8* {{.*}} @smallThing
265 __atomic_load(&smallThing, &b, 5);
266 // CHECK: call void @__atomic_load(i64 3, i8* {{.*}} @smallThing
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
H A Datomic-ops.c254 struct bar smallThing, thing1, thing2; variable in typeref:struct:bar
262 __atomic_store(&smallThing, &b, 5);
263 // CHECK: call void @__atomic_store(i32 3, i8* {{.*}} @smallThing
271 __atomic_load(&smallThing, &b, 5);
272 // CHECK: call void @__atomic_load(i32 3, i8* {{.*}} @smallThing
290 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
291 // CHECK: call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2

Completed in 1006 milliseconds