OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atomic_char16_t
(Results
1 - 25
of
56
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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
atomic_0.h
236
//
atomic_char16_t
char16_t
atomic_2.h
214
//
atomic_char16_t
char16_t
/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
atomic_0.h
236
//
atomic_char16_t
char16_t
atomic_2.h
214
//
atomic_char16_t
char16_t
/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
/ndk/sources/cxx-stl/llvm-libc++/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
170
test<std::
atomic_char16_t
, char16_t>();
187
test<volatile std::
atomic_char16_t
, char16_t>();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h
203
///
atomic_char16_t
204
typedef __atomic_base<char16_t>
atomic_char16_t
;
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
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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
128
///
atomic_char16_t
129
typedef __atomic_base<char16_t>
atomic_char16_t
;
typedef
306
//
atomic_char16_t
char16_t
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h
215
using std::
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
;
Completed in 2137 milliseconds
1
2
3