Searched refs:bigThing (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Sema/ |
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()
|
/external/clang/test/CodeGen/ |
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()
|
D | atomic-ops.c | 366 struct foo bigThing; variable 376 __atomic_store(&bigThing, &f, 5); in structAtomicStore() 386 __atomic_load(&bigThing, &f, 5); in structAtomicLoad() 393 __atomic_exchange(&f, &bigThing, &old, 5); in structAtomicExchange()
|