Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A 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()
/llvm-project-15.0.7/clang/test/CodeGen/
H A 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()
H A 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()