Searched defs:atomic_fetch_add (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h47 INLINE typename T::Type atomic_fetch_add(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h111 INLINE u32 atomic_fetch_add(volatile atomic_uint32_t *a, function in namespace:__sanitizer
119 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, function in namespace:__sanitizer
/external/clang/test/Sema/
H A Datomic-ops.c235 atomic_fetch_add(&k, n); // expected-error {{must be a pointer to _Atomic}} member in struct:s2
236 k = atomic_fetch_add(&n, k);
/external/clang/lib/Headers/
H A Dstdatomic.h146 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro

Completed in 221 milliseconds