Home
last modified time | relevance | path

Searched refs:bigThing (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Datomic-requires-library-error.c12 struct foo bigThing; variable
22 __atomic_store(&bigThing, &f, 5); in structAtomicStore()
30 __atomic_load(&bigThing, &f, 5); in structAtomicLoad()
/external/clang/test/CodeGen/
Dbig-atomic-ops.c243 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()
Datomic-ops.c366 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()