Searched refs:atomic_long (Results 1 – 8 of 8) sorted by relevance
15 atomic_long l;31 // expected-error@-16 {{use of undeclared identifier 'atomic_long'}}41 // expected-error@-26 {{use of type 'atomic_long' (aka '_Atomic(long)') requires cl_khr_int64_base_…42 // expected-error@-27 {{use of type 'atomic_long' (aka '_Atomic(long)') requires cl_khr_int64_exten…
178 test<std::atomic_long, long>(); in main()195 test<volatile std::atomic_long, long>(); in main()
41 static_assert((std::is_same<std::atomic<long>, std::atomic_long>::value), ""); in main()
99 typedef _Atomic(long) atomic_long; typedef
43 _Static_assert(atomic_is_lock_free((atomic_long*)0), "");
485 typedef atomic<long> atomic_long;1746 typedef atomic<long> atomic_long;
1653 Concurrency::details::atomic_long _M_exceptionObserved;