Searched refs:smallThing (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Sema/ |
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()
|
/external/clang/test/CodeGen/ |
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()
|
D | atomic-ops.c | 373 struct bar smallThing, thing1, thing2; variable 381 __atomic_store(&smallThing, &b, 5); in structAtomicStore() 390 __atomic_load(&smallThing, &b, 5); in structAtomicLoad() 410 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|