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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_cxx.h 92 /// atomic_llong
93 typedef __atomic_base<long long> atomic_llong; typedef
atomicfwd_c.h 113 typedef struct __atomic_llong_base atomic_llong; typedef in typeref:struct:__atomic_llong_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 99 typedef atomic_llong atomic_int_least64_t;
108 typedef atomic_llong atomic_int_fast64_t;
117 typedef atomic_llong atomic_intmax_t;
212 using std::atomic_llong;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 92 /// atomic_llong
93 typedef __atomic_base<long long> atomic_llong; typedef
atomicfwd_c.h 113 typedef struct __atomic_llong_base atomic_llong; typedef in typeref:struct:__atomic_llong_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 99 typedef atomic_llong atomic_int_least64_t;
108 typedef atomic_llong atomic_int_fast64_t;
117 typedef atomic_llong atomic_intmax_t;
212 using std::atomic_llong;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 92 /// atomic_llong
93 typedef __atomic_base<long long> atomic_llong; typedef
atomicfwd_c.h 113 typedef struct __atomic_llong_base atomic_llong; typedef in typeref:struct:__atomic_llong_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 99 typedef atomic_llong atomic_int_least64_t;
108 typedef atomic_llong atomic_int_fast64_t;
117 typedef atomic_llong atomic_intmax_t;
212 using std::atomic_llong;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 92 /// atomic_llong
93 typedef __atomic_base<long long> atomic_llong; typedef
atomicfwd_c.h 113 typedef struct __atomic_llong_base atomic_llong; typedef in typeref:struct:__atomic_llong_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 99 typedef atomic_llong atomic_int_least64_t;
108 typedef atomic_llong atomic_int_fast64_t;
117 typedef atomic_llong atomic_intmax_t;
212 using std::atomic_llong;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h 92 /// atomic_llong
93 typedef __atomic_base<long long> atomic_llong; typedef
atomicfwd_c.h 113 typedef struct __atomic_llong_base atomic_llong; typedef in typeref:struct:__atomic_llong_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 99 typedef atomic_llong atomic_int_least64_t;
108 typedef atomic_llong atomic_int_fast64_t;
117 typedef atomic_llong atomic_intmax_t;
212 using std::atomic_llong;
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 21 // typedef atomic<long long> atomic_llong;
41 static_assert((std::is_same<std::atomic<long long>, std::atomic_llong>::value), "");
integral.pass.cpp 167 test<std::atomic_llong, long long>();
184 test<volatile std::atomic_llong, long long>();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 194 /// atomic_llong
195 typedef __atomic_base<long long> atomic_llong; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 194 /// atomic_llong
195 typedef __atomic_base<long long> atomic_llong; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 194 /// atomic_llong
195 typedef __atomic_base<long long> atomic_llong; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 119 /// atomic_llong
120 typedef __atomic_base<long long> atomic_llong; typedef
304 // atomic_llong long long

Completed in 1529 milliseconds