OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__atomic_store
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
atomic-ops.c
47
__atomic_store
(i, &v, memory_order_seq_cst);
250
// CHECK: call void @
__atomic_store
(i32 512, i8* bitcast ({{.*}} @bigAtomic to i8*),
253
__atomic_store
(&smallThing, &b, 5);
254
// CHECK: call void @
__atomic_store
(i32 3, i8* {{.*}} @smallThing
256
__atomic_store
(&bigThing, &f, 5);
257
// CHECK: call void @
__atomic_store
(i32 512, i8* {{.*}} @bigThing
/external/clang/test/Sema/
atomic-ops.c
118
__atomic_store
(I, *P, memory_order_release);
member in struct:s2
119
__atomic_store
(s1, s2, memory_order_release);
120
__atomic_store
(i, I, memory_order_release); // expected-error {{trivially-copyable}}
/external/compiler-rt/lib/
atomic.c
34
#pragma redefine_extname __atomic_store_c
__atomic_store
Completed in 175 milliseconds