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

1 2 3

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/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>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 26 // typedef atomic<char32_t> atomic_char32_t;
48 static_assert((std::is_same<std::atomic<char32_t>, std::atomic_char32_t>::value), "");
integral.pass.cpp 184 test<std::atomic_char32_t, char32_t>();
201 test<volatile std::atomic_char32_t, char32_t>();
  /external/libcxx/test/std/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 26 // typedef atomic<char32_t> atomic_char32_t;
60 static_assert((std::is_same<std::atomic<char32_t>, std::atomic_char32_t>::value), "");
integral.pass.cpp 186 test<std::atomic_char32_t, char32_t>();
212 test<volatile std::atomic_char32_t, char32_t>();
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdatomic.h 53 typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; typedef
109 __atomic_type_lock_free (atomic_char32_t)
  /external/clang/lib/Headers/
stdatomic.h 104 typedef _Atomic(uint_least32_t) atomic_char32_t; typedef
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 104 typedef _Atomic(uint_least32_t) atomic_char32_t; typedef
  /bionic/libc/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;
  /development/ndk/platforms/android-21/include/
stdatomic.h 110 using std::atomic_char32_t;
362 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdatomic.h 116 using std::atomic_char32_t;
368 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
stdatomic.h 107 using std::atomic_char32_t;
332 typedef _Atomic(char32_t) atomic_char32_t;

Completed in 880 milliseconds

1 2 3