Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Datomic-requires-library-error.c11 struct bar smallThing; variable
20 __atomic_store(&smallThing, &b, 5); in structAtomicStore()
28 __atomic_load(&smallThing, &b, 5); in structAtomicLoad()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbig-atomic-ops.c242 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()
H A Datomic-ops.c387 struct bar smallThing, thing1, thing2; variable
395 __atomic_store(&smallThing, &b, 5); in structAtomicStore()
404 __atomic_load(&smallThing, &b, 5); in structAtomicLoad()
424 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()