Searched refs:smallThing (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | atomic-requires-library-error.c | 11 struct bar smallThing; variable 20 __atomic_store(&smallThing, &b, 5); in structAtomicStore() 28 __atomic_load(&smallThing, &b, 5); in structAtomicLoad()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | big-atomic-ops.c | 242 struct bar smallThing, thing1, thing2; variable 253 __atomic_store(&smallThing, &b, 5); in structAtomicStore() 265 __atomic_load(&smallThing, &b, 5); in structAtomicLoad() 283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|
| H A D | atomic-ops.c | 387 struct bar smallThing, thing1, thing2; variable 395 __atomic_store(&smallThing, &b, 5); in structAtomicStore() 404 __atomic_load(&smallThing, &b, 5); in structAtomicLoad() 424 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|