Searched refs:bigThing (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | atomic-requires-library-error.c | 12 struct foo bigThing; variable 22 __atomic_store(&bigThing, &f, 5); in structAtomicStore() 30 __atomic_load(&bigThing, &f, 5); in structAtomicLoad()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | big-atomic-ops.c | 243 struct foo bigThing; variable 256 __atomic_store(&bigThing, &f, 5); in structAtomicStore() 268 __atomic_load(&bigThing, &f, 5); in structAtomicLoad() 275 __atomic_exchange(&f, &bigThing, &old, 5); in structAtomicExchange()
|
| H A D | atomic-ops.c | 388 struct foo bigThing; variable 398 __atomic_store(&bigThing, &f, 5); in structAtomicStore() 408 __atomic_load(&bigThing, &f, 5); in structAtomicLoad() 415 __atomic_exchange(&f, &bigThing, &old, 5); in structAtomicExchange()
|