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

1 2

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 101 /// atomic_char16_t
102 typedef __atomic_base<char16_t> atomic_char16_t; typedef
atomicfwd_c.h 116 typedef struct __atomic_short_base atomic_char16_t; typedef in typeref:struct:__atomic_short_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 101 /// atomic_char16_t
102 typedef __atomic_base<char16_t> atomic_char16_t; typedef
atomicfwd_c.h 116 typedef struct __atomic_short_base atomic_char16_t; typedef in typeref:struct:__atomic_short_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 101 /// atomic_char16_t
102 typedef __atomic_base<char16_t> atomic_char16_t; typedef
atomicfwd_c.h 116 typedef struct __atomic_short_base atomic_char16_t; typedef in typeref:struct:__atomic_short_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h 101 /// atomic_char16_t
102 typedef __atomic_base<char16_t> atomic_char16_t; typedef
atomicfwd_c.h 116 typedef struct __atomic_short_base atomic_char16_t; typedef in typeref:struct:__atomic_short_base
  /external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 23 // typedef atomic<char16_t> atomic_char16_t;
45 static_assert((std::is_same<std::atomic<char16_t>, std::atomic_char16_t>::value), "");
integral.pass.cpp 178 test<std::atomic_char16_t, char16_t>();
195 test<volatile std::atomic_char16_t, char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 23 // typedef atomic<char16_t> atomic_char16_t;
45 static_assert((std::is_same<std::atomic<char16_t>, std::atomic_char16_t>::value), "");
integral.pass.cpp 178 test<std::atomic_char16_t, char16_t>();
195 test<volatile std::atomic_char16_t, char16_t>();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_base.h 203 /// atomic_char16_t
204 typedef __atomic_base<char16_t> atomic_char16_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 203 /// atomic_char16_t
204 typedef __atomic_base<char16_t> atomic_char16_t; typedef
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 203 /// atomic_char16_t
204 typedef __atomic_base<char16_t> atomic_char16_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 52 typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; typedef
107 __atomic_type_lock_free (atomic_char16_t)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 52 typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; typedef
107 __atomic_type_lock_free (atomic_char16_t)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 52 typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; typedef
107 __atomic_type_lock_free (atomic_char16_t)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 52 typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; typedef
107 __atomic_type_lock_free (atomic_char16_t)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 52 typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; typedef
107 __atomic_type_lock_free (atomic_char16_t)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 215 using std::atomic_char16_t;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 215 using std::atomic_char16_t;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 215 using std::atomic_char16_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 215 using std::atomic_char16_t;
  /bionic/libc/include/
stdatomic.h 109 using std::atomic_char16_t;
361 typedef _Atomic(char16_t) atomic_char16_t;

Completed in 310 milliseconds

1 2