Home
last modified time | relevance | path

Searched refs:bigThing (Results 1 – 6 of 6) 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/llvm-project/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.c374 struct foo bigThing; variable
384 __atomic_store(&bigThing, &f, 5); in structAtomicStore()
394 __atomic_load(&bigThing, &f, 5); in structAtomicLoad()
401 __atomic_exchange(&f, &bigThing, &old, 5); in structAtomicExchange()
/external/llvm-project/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.c388 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()