OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_char
(Results
1 - 24
of
24
) 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
65
///
atomic_char
66
typedef __atomic_base<char>
atomic_char
;
typedef
atomicfwd_c.h
104
typedef struct __atomic_char_base
atomic_char
;
typedef in typeref:struct:__atomic_char_base
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
65
///
atomic_char
66
typedef __atomic_base<char>
atomic_char
;
typedef
atomicfwd_c.h
104
typedef struct __atomic_char_base
atomic_char
;
typedef in typeref:struct:__atomic_char_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
65
///
atomic_char
66
typedef __atomic_base<char>
atomic_char
;
typedef
atomicfwd_c.h
104
typedef struct __atomic_char_base
atomic_char
;
typedef in typeref:struct:__atomic_char_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
65
///
atomic_char
66
typedef __atomic_base<char>
atomic_char
;
typedef
atomicfwd_c.h
104
typedef struct __atomic_char_base
atomic_char
;
typedef in typeref:struct:__atomic_char_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h
65
///
atomic_char
66
typedef __atomic_base<char>
atomic_char
;
typedef
atomicfwd_c.h
104
typedef struct __atomic_char_base
atomic_char
;
typedef in typeref:struct:__atomic_char_base
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
12
// typedef atomic<char>
atomic_char
;
32
static_assert((std::is_same<std::atomic<char>, std::
atomic_char
>::value), "");
integral.pass.cpp
166
test<std::
atomic_char
, char>();
183
test<volatile std::
atomic_char
, char>();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h
167
///
atomic_char
168
typedef __atomic_base<char>
atomic_char
;
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
167
///
atomic_char
168
typedef __atomic_base<char>
atomic_char
;
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h
167
///
atomic_char
168
typedef __atomic_base<char>
atomic_char
;
typedef
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h
167
///
atomic_char
168
typedef __atomic_base<char>
atomic_char
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h
203
using std::
atomic_char
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h
203
using std::
atomic_char
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h
203
using std::
atomic_char
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h
203
using std::
atomic_char
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h
203
using std::
atomic_char
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
92
///
atomic_char
93
typedef __atomic_base<char>
atomic_char
;
typedef
295
//
atomic_char
char
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
92
///
atomic_char
93
typedef __atomic_base<char>
atomic_char
;
typedef
295
//
atomic_char
char
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h
119
///
atomic_char
120
typedef __atomic_base<char>
atomic_char
;
typedef
330
//
atomic_char
char
Completed in 788 milliseconds