OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__atomic_base
(Results
1 - 25
of
30
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_cxx.h
40
struct
__atomic_base
;
50
struct
__atomic_base
;
62
using __atomic0::
__atomic_base
;
66
typedef
__atomic_base
<char> atomic_char;
69
typedef
__atomic_base
<signed char> atomic_schar;
72
typedef
__atomic_base
<unsigned char> atomic_uchar;
75
typedef
__atomic_base
<short> atomic_short;
78
typedef
__atomic_base
<unsigned short> atomic_ushort;
81
typedef
__atomic_base
<int> atomic_int;
84
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_0.h
244
struct
__atomic_base
struct in namespace:__atomic0
252
__atomic_base
() = default;
253
~
__atomic_base
() = default;
254
__atomic_base
(const
__atomic_base
&) = delete;
255
__atomic_base
& operator=(const
__atomic_base
&) = delete;
258
__atomic_base
(__integral_type __i) { _M_i = __i; }
function in struct:__atomic0::__atomic_base
401
__atomic_base
<bool> _M_base;
atomic_2.h
222
struct
__atomic_base
struct in namespace:__atomic2
230
__atomic_base
() = default;
231
~
__atomic_base
() = default;
232
__atomic_base
(const
__atomic_base
&) = delete;
233
__atomic_base
& operator=(const
__atomic_base
&) = delete;
236
__atomic_base
(__integral_type __i) { _M_i = __i; }
function in struct:__atomic2::__atomic_base
396
__atomic_base
<bool> _M_base;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
40
struct
__atomic_base
;
50
struct
__atomic_base
;
62
using __atomic0::
__atomic_base
;
66
typedef
__atomic_base
<char> atomic_char;
69
typedef
__atomic_base
<signed char> atomic_schar;
72
typedef
__atomic_base
<unsigned char> atomic_uchar;
75
typedef
__atomic_base
<short> atomic_short;
78
typedef
__atomic_base
<unsigned short> atomic_ushort;
81
typedef
__atomic_base
<int> atomic_int;
84
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_0.h
244
struct
__atomic_base
struct in namespace:__atomic0
252
__atomic_base
() = default;
253
~
__atomic_base
() = default;
254
__atomic_base
(const
__atomic_base
&) = delete;
255
__atomic_base
& operator=(const
__atomic_base
&) = delete;
258
__atomic_base
(__integral_type __i) { _M_i = __i; }
function in struct:__atomic0::__atomic_base
401
__atomic_base
<bool> _M_base;
atomic_2.h
222
struct
__atomic_base
struct in namespace:__atomic2
230
__atomic_base
() = default;
231
~
__atomic_base
() = default;
232
__atomic_base
(const
__atomic_base
&) = delete;
233
__atomic_base
& operator=(const
__atomic_base
&) = delete;
236
__atomic_base
(__integral_type __i) { _M_i = __i; }
function in struct:__atomic2::__atomic_base
396
__atomic_base
<bool> _M_base;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
40
struct
__atomic_base
;
50
struct
__atomic_base
;
62
using __atomic0::
__atomic_base
;
66
typedef
__atomic_base
<char> atomic_char;
69
typedef
__atomic_base
<signed char> atomic_schar;
72
typedef
__atomic_base
<unsigned char> atomic_uchar;
75
typedef
__atomic_base
<short> atomic_short;
78
typedef
__atomic_base
<unsigned short> atomic_ushort;
81
typedef
__atomic_base
<int> atomic_int;
84
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_0.h
244
struct
__atomic_base
struct in namespace:__atomic0
252
__atomic_base
() = default;
253
~
__atomic_base
() = default;
254
__atomic_base
(const
__atomic_base
&) = delete;
255
__atomic_base
& operator=(const
__atomic_base
&) = delete;
258
__atomic_base
(__integral_type __i) { _M_i = __i; }
function in struct:__atomic0::__atomic_base
401
__atomic_base
<bool> _M_base;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
40
struct
__atomic_base
;
50
struct
__atomic_base
;
62
using __atomic0::
__atomic_base
;
66
typedef
__atomic_base
<char> atomic_char;
69
typedef
__atomic_base
<signed char> atomic_schar;
72
typedef
__atomic_base
<unsigned char> atomic_uchar;
75
typedef
__atomic_base
<short> atomic_short;
78
typedef
__atomic_base
<unsigned short> atomic_ushort;
81
typedef
__atomic_base
<int> atomic_int;
84
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h
40
struct
__atomic_base
;
50
struct
__atomic_base
;
62
using __atomic0::
__atomic_base
;
66
typedef
__atomic_base
<char> atomic_char;
69
typedef
__atomic_base
<signed char> atomic_schar;
72
typedef
__atomic_base
<unsigned char> atomic_uchar;
75
typedef
__atomic_base
<short> atomic_short;
78
typedef
__atomic_base
<unsigned short> atomic_ushort;
81
typedef
__atomic_base
<int> atomic_int;
84
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h
125
struct
__atomic_base
;
133
struct
__atomic_base
;
139
using __atomic0::
__atomic_base
;
168
typedef
__atomic_base
<char> atomic_char;
171
typedef
__atomic_base
<signed char> atomic_schar;
174
typedef
__atomic_base
<unsigned char> atomic_uchar;
177
typedef
__atomic_base
<short> atomic_short;
180
typedef
__atomic_base
<unsigned short> atomic_ushort;
183
typedef
__atomic_base
<int> atomic_int;
186
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_2.h
128
struct
__atomic_base
struct in namespace:__atomic2
136
__atomic_base
() = default;
137
~
__atomic_base
() = default;
138
__atomic_base
(const
__atomic_base
&) = delete;
139
__atomic_base
& operator=(const
__atomic_base
&) = delete;
140
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
143
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic2::__atomic_base
443
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic2
458
constexpr
__atomic_base
(__pointer_type __p): _M_p (__p) { }
function in struct:__atomic2::__atomic_base
[
all
...]
atomic_0.h
161
struct
__atomic_base
struct in namespace:__atomic0
169
__atomic_base
() = default;
170
~
__atomic_base
() = default;
171
__atomic_base
(const
__atomic_base
&) = delete;
172
__atomic_base
& operator=(const
__atomic_base
&) = delete;
173
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
176
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic0::__atomic_base
440
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic0
455
constexpr
__atomic_base
(__return_pointer_type __p): _M_i (__p) { }
function in struct:__atomic0::__atomic_base
[
all
...]
/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
125
struct
__atomic_base
;
133
struct
__atomic_base
;
139
using __atomic0::
__atomic_base
;
168
typedef
__atomic_base
<char> atomic_char;
171
typedef
__atomic_base
<signed char> atomic_schar;
174
typedef
__atomic_base
<unsigned char> atomic_uchar;
177
typedef
__atomic_base
<short> atomic_short;
180
typedef
__atomic_base
<unsigned short> atomic_ushort;
183
typedef
__atomic_base
<int> atomic_int;
186
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_2.h
128
struct
__atomic_base
struct in namespace:__atomic2
136
__atomic_base
() = default;
137
~
__atomic_base
() = default;
138
__atomic_base
(const
__atomic_base
&) = delete;
139
__atomic_base
& operator=(const
__atomic_base
&) = delete;
140
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
143
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic2::__atomic_base
443
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic2
458
constexpr
__atomic_base
(__pointer_type __p): _M_p (__p) { }
function in struct:__atomic2::__atomic_base
[
all
...]
atomic_0.h
161
struct
__atomic_base
struct in namespace:__atomic0
169
__atomic_base
() = default;
170
~
__atomic_base
() = default;
171
__atomic_base
(const
__atomic_base
&) = delete;
172
__atomic_base
& operator=(const
__atomic_base
&) = delete;
173
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
176
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic0::__atomic_base
440
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic0
455
constexpr
__atomic_base
(__return_pointer_type __p): _M_i (__p) { }
function in struct:__atomic0::__atomic_base
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h
125
struct
__atomic_base
;
133
struct
__atomic_base
;
139
using __atomic0::
__atomic_base
;
168
typedef
__atomic_base
<char> atomic_char;
171
typedef
__atomic_base
<signed char> atomic_schar;
174
typedef
__atomic_base
<unsigned char> atomic_uchar;
177
typedef
__atomic_base
<short> atomic_short;
180
typedef
__atomic_base
<unsigned short> atomic_ushort;
183
typedef
__atomic_base
<int> atomic_int;
186
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_2.h
128
struct
__atomic_base
struct in namespace:__atomic2
136
__atomic_base
() = default;
137
~
__atomic_base
() = default;
138
__atomic_base
(const
__atomic_base
&) = delete;
139
__atomic_base
& operator=(const
__atomic_base
&) = delete;
140
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
143
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic2::__atomic_base
443
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic2
458
constexpr
__atomic_base
(__pointer_type __p): _M_p (__p) { }
function in struct:__atomic2::__atomic_base
[
all
...]
atomic_0.h
161
struct
__atomic_base
struct in namespace:__atomic0
169
__atomic_base
() = default;
170
~
__atomic_base
() = default;
171
__atomic_base
(const
__atomic_base
&) = delete;
172
__atomic_base
& operator=(const
__atomic_base
&) = delete;
173
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
176
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic0::__atomic_base
440
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic0
455
constexpr
__atomic_base
(__return_pointer_type __p): _M_i (__p) { }
function in struct:__atomic0::__atomic_base
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h
125
struct
__atomic_base
;
133
struct
__atomic_base
;
139
using __atomic0::
__atomic_base
;
168
typedef
__atomic_base
<char> atomic_char;
171
typedef
__atomic_base
<signed char> atomic_schar;
174
typedef
__atomic_base
<unsigned char> atomic_uchar;
177
typedef
__atomic_base
<short> atomic_short;
180
typedef
__atomic_base
<unsigned short> atomic_ushort;
183
typedef
__atomic_base
<int> atomic_int;
186
typedef
__atomic_base
<unsigned int> atomic_uint
[
all
...]
atomic_2.h
128
struct
__atomic_base
struct in namespace:__atomic2
136
__atomic_base
() = default;
137
~
__atomic_base
() = default;
138
__atomic_base
(const
__atomic_base
&) = delete;
139
__atomic_base
& operator=(const
__atomic_base
&) = delete;
140
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
143
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic2::__atomic_base
443
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic2
458
constexpr
__atomic_base
(__pointer_type __p): _M_p (__p) { }
function in struct:__atomic2::__atomic_base
[
all
...]
atomic_0.h
161
struct
__atomic_base
struct in namespace:__atomic0
169
__atomic_base
() = default;
170
~
__atomic_base
() = default;
171
__atomic_base
(const
__atomic_base
&) = delete;
172
__atomic_base
& operator=(const
__atomic_base
&) = delete;
173
__atomic_base
& operator=(const
__atomic_base
&) volatile = delete;
176
constexpr
__atomic_base
(__int_type __i): _M_i (__i) {
function in struct:__atomic0::__atomic_base
440
struct
__atomic_base
<_PTp*>
struct in namespace:__atomic0
455
constexpr
__atomic_base
(__return_pointer_type __p): _M_i (__p) { }
function in struct:__atomic0::__atomic_base
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
90
struct
__atomic_base
;
93
typedef
__atomic_base
<char> atomic_char;
96
typedef
__atomic_base
<signed char> atomic_schar;
99
typedef
__atomic_base
<unsigned char> atomic_uchar;
102
typedef
__atomic_base
<short> atomic_short;
105
typedef
__atomic_base
<unsigned short> atomic_ushort;
108
typedef
__atomic_base
<int> atomic_int;
111
typedef
__atomic_base
<unsigned int> atomic_uint;
114
typedef
__atomic_base
<long> atomic_long;
117
typedef
__atomic_base
<unsigned long> atomic_ulong
314
struct
__atomic_base
struct
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
90
struct
__atomic_base
;
93
typedef
__atomic_base
<char> atomic_char;
96
typedef
__atomic_base
<signed char> atomic_schar;
99
typedef
__atomic_base
<unsigned char> atomic_uchar;
102
typedef
__atomic_base
<short> atomic_short;
105
typedef
__atomic_base
<unsigned short> atomic_ushort;
108
typedef
__atomic_base
<int> atomic_int;
111
typedef
__atomic_base
<unsigned int> atomic_uint;
114
typedef
__atomic_base
<long> atomic_long;
117
typedef
__atomic_base
<unsigned long> atomic_ulong
314
struct
__atomic_base
struct
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h
117
struct
__atomic_base
;
120
typedef
__atomic_base
<char> atomic_char;
123
typedef
__atomic_base
<signed char> atomic_schar;
126
typedef
__atomic_base
<unsigned char> atomic_uchar;
129
typedef
__atomic_base
<short> atomic_short;
132
typedef
__atomic_base
<unsigned short> atomic_ushort;
135
typedef
__atomic_base
<int> atomic_int;
138
typedef
__atomic_base
<unsigned int> atomic_uint;
141
typedef
__atomic_base
<long> atomic_long;
144
typedef
__atomic_base
<unsigned long> atomic_ulong
349
struct
__atomic_base
struct
[
all
...]
Completed in 410 milliseconds
1
2