HomeSort by relevance Sort by last modified time
    Searched full:__atomic_store (Results 1 - 6 of 6) 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/compiler-rt/lib/
atomic.c 34 #pragma redefine_extname __atomic_store_n __atomic_store
58 __atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE);
77 __atomic_store(l, 0, __ATOMIC_RELEASE);
162 __atomic_store((_Atomic(type)*)dest, *(type*)dest, model);\
240 __atomic_store((_Atomic(type)*)dest, val, model);\
  /external/clang/test/Sema/
atomic-ops.c 113 __atomic_store(I, *P, memory_order_release); member in struct:s2
114 __atomic_store(s1, s2, memory_order_release);
115 __atomic_store(i, I, memory_order_release); // expected-error {{trivially-copyable}}
  /external/clang/include/clang/Basic/
Builtins.def 622 ATOMIC_BUILTIN(__atomic_store, "v.", "t")
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 505 milliseconds