HomeSort by relevance Sort by last modified time
    Searched refs:atomic_char32_t (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 24 // typedef atomic<char32_t> atomic_char32_t;
46 static_assert((std::is_same<std::atomic<char32_t>, std::atomic_char32_t>::value), "");
integral.pass.cpp 179 test<std::atomic_char32_t, char32_t>();
196 test<volatile std::atomic_char32_t, char32_t>();
  /bionic/libc/include/
stdatomic.h 110 using std::atomic_char32_t;
362 typedef _Atomic(char32_t) atomic_char32_t;
  /development/ndk/platforms/android-L/include/
stdatomic.h 209 typedef _Atomic(char32_t) atomic_char32_t; typedef

Completed in 28 milliseconds