/external/clang/test/Sema/ |
atomic-requires-library-error.c | 20 __atomic_store(&smallThing, &b, 5); 22 __atomic_store(&bigThing, &f, 5);
|
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/clang/test/CodeGen/ |
atomics-inlining.c | 24 (void)__atomic_store(&c1, &c2, memory_order_seq_cst); 26 (void)__atomic_store(&s1, &s2, memory_order_seq_cst); 28 (void)__atomic_store(&i1, &i2, memory_order_seq_cst); 30 (void)__atomic_store(&ll1, &ll2, memory_order_seq_cst); 32 (void)__atomic_store(&a1, &a2, memory_order_seq_cst); 44 // ARM: call arm_aapcscc void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0) 56 // PPC32: call void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0) 68 // PPC64: call void @__atomic_store(i64 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0) 80 // MIPS32: call void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0) 92 // MIPS64: call void @__atomic_store(i64 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([ (…) [all...] |
atomic-ops.c | 47 __atomic_store(i, &v, memory_order_seq_cst); 250 __atomic_store(&smallThing, &b, 5); 251 // CHECK: call void @__atomic_store(i32 3, i8* {{.*}} @smallThing 253 __atomic_store(&bigThing, &f, 5); 254 // CHECK: call void @__atomic_store(i32 512, i8* {{.*}} @bigThing
|
c11atomics.c | 167 // CHECK-NEXT: call arm_aapcscc void @__atomic_store(i32 4, i8* [[T2]], i8* [[T3]], i32 5) 220 // CHECK-NEXT: call arm_aapcscc void @__atomic_store(i32 8, i8* [[T0]], i8* [[T1]], i32 5) 268 // CHECK-NEXT: call arm_aapcscc void @__atomic_store(i32 8, i8* [[T3]], i8* [[T4]], i32 5) 329 // CHECK-NEXT: call arm_aapcscc void @__atomic_store(i32 8, i8* [[T4]], i8* [[T5]], i32 5)
|
/external/clang/lib/CodeGen/ |
CGAtomic.cpp | 510 // void __atomic_store(size_t size, void *mem, void *val, int order) 515 LibCallName = "__atomic_store"; [all...] |
/external/compiler-rt/lib/ |
apple_versioning.c | 197 NOT_HERE_IN_10_8_AND_EARLIER(__atomic_store)
|
atomic.c | 41 #pragma redefine_extname __atomic_store_c __atomic_store
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
atomic | 192 { __atomic_store(&_M_i, &__i, _m); } 196 { __atomic_store(&_M_i, &__i, _m); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
atomic | 192 { __atomic_store(&_M_i, &__i, _m); } 196 { __atomic_store(&_M_i, &__i, _m); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
atomic | 199 { __atomic_store(&_M_i, &__i, _m); } 203 { __atomic_store(&_M_i, &__i, _m); } [all...] |
/external/clang/include/clang/Basic/ |
Builtins.def | 631 ATOMIC_BUILTIN(__atomic_store, "v.", "t") [all...] |
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/prebuilts/clang/linux-x86/3.1/ |
clang | |
clang++ | |
/prebuilts/sdk/tools/linux/ |
libclang.so | |