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

1 2 3

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 25 // typedef atomic<wchar_t> atomic_wchar_t;
43 static_assert((std::is_same<std::atomic<wchar_t>, std::atomic_wchar_t>::value), "");
integral.pass.cpp 181 test<std::atomic_wchar_t, wchar_t>();
198 test<volatile std::atomic_wchar_t, wchar_t>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 27 // typedef atomic<wchar_t> atomic_wchar_t;
45 static_assert((std::is_same<std::atomic<wchar_t>, std::atomic_wchar_t>::value), "");
integral.pass.cpp 186 test<std::atomic_wchar_t, wchar_t>();
203 test<volatile std::atomic_wchar_t, wchar_t>();
  /external/libcxx/test/std/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 27 // typedef atomic<wchar_t> atomic_wchar_t;
57 static_assert((std::is_same<std::atomic<wchar_t>, std::atomic_wchar_t>::value), "");
integral.pass.cpp 188 test<std::atomic_wchar_t, wchar_t>();
214 test<volatile std::atomic_wchar_t, wchar_t>();
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdatomic.h 54 typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; typedef
111 __atomic_type_lock_free (atomic_wchar_t)
  /external/clang/lib/Headers/
stdatomic.h 105 typedef _Atomic(wchar_t) atomic_wchar_t; typedef
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 105 typedef _Atomic(wchar_t) atomic_wchar_t; typedef
  /bionic/libc/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;
  /development/ndk/platforms/android-21/include/
stdatomic.h 111 using std::atomic_wchar_t;
364 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdatomic.h 117 using std::atomic_wchar_t;
370 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
stdatomic.h 108 using std::atomic_wchar_t;
334 typedef _Atomic(wchar_t) atomic_wchar_t;

Completed in 485 milliseconds

1 2 3