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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_2.h 131 typedef _ITp __int_type; typedef in struct:__atomic2::__atomic_base
133 __int_type _M_i;
142 // Requires __int_type convertible to _M_i.
143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
145 operator __int_type() const
148 operator __int_type() const volatile
151 __int_type
152 operator=(__int_type __i)
158 __int_type
159 operator=(__int_type __i) volatil
    [all...]
atomic_0.h 164 typedef _ITp __int_type; typedef in struct:__atomic0::__atomic_base
166 __int_type _M_i;
175 // Requires __int_type convertible to _M_base._M_i.
176 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
178 operator __int_type() const
181 operator __int_type() const volatile
184 __int_type
185 operator=(__int_type __i)
191 __int_type
192 operator=(__int_type __i) volatil
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 131 typedef _ITp __int_type; typedef in struct:__atomic2::__atomic_base
133 __int_type _M_i;
142 // Requires __int_type convertible to _M_i.
143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
145 operator __int_type() const
148 operator __int_type() const volatile
151 __int_type
152 operator=(__int_type __i)
158 __int_type
159 operator=(__int_type __i) volatil
    [all...]
atomic_0.h 164 typedef _ITp __int_type; typedef in struct:__atomic0::__atomic_base
166 __int_type _M_i;
175 // Requires __int_type convertible to _M_base._M_i.
176 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
178 operator __int_type() const
181 operator __int_type() const volatile
184 __int_type
185 operator=(__int_type __i)
191 __int_type
192 operator=(__int_type __i) volatil
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 131 typedef _ITp __int_type; typedef in struct:__atomic2::__atomic_base
133 __int_type _M_i;
142 // Requires __int_type convertible to _M_i.
143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
145 operator __int_type() const
148 operator __int_type() const volatile
151 __int_type
152 operator=(__int_type __i)
158 __int_type
159 operator=(__int_type __i) volatil
    [all...]
atomic_0.h 164 typedef _ITp __int_type; typedef in struct:__atomic0::__atomic_base
166 __int_type _M_i;
175 // Requires __int_type convertible to _M_base._M_i.
176 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
178 operator __int_type() const
181 operator __int_type() const volatile
184 __int_type
185 operator=(__int_type __i)
191 __int_type
192 operator=(__int_type __i) volatil
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 352 typedef _ITp __int_type; typedef in struct:__atomic_base
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
366 operator __int_type() const noexcept
369 operator __int_type() const volatile noexcept
372 __int_type
373 operator=(__int_type __i) noexcept
379 __int_type
380 operator=(__int_type __i) volatile noexcep
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_base.h 352 typedef _ITp __int_type; typedef in struct:__atomic_base
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
366 operator __int_type() const noexcept
369 operator __int_type() const volatile noexcept
372 __int_type
373 operator=(__int_type __i) noexcept
379 __int_type
380 operator=(__int_type __i) volatile noexcep
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 317 typedef _ITp __int_type; typedef in struct:__atomic_base
319 __int_type _M_i;
328 // Requires __int_type convertible to _M_i.
329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
331 operator __int_type() const noexcept
334 operator __int_type() const volatile noexcept
337 __int_type
338 operator=(__int_type __i) noexcept
344 __int_type
345 operator=(__int_type __i) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 317 typedef _ITp __int_type; typedef in struct:__atomic_base
319 __int_type _M_i;
328 // Requires __int_type convertible to _M_i.
329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
331 operator __int_type() const noexcept
334 operator __int_type() const volatile noexcept
337 __int_type
338 operator=(__int_type __i) noexcept
344 __int_type
345 operator=(__int_type __i) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 352 typedef _ITp __int_type; typedef in struct:__atomic_base
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
366 operator __int_type() const noexcept
369 operator __int_type() const volatile noexcept
372 __int_type
373 operator=(__int_type __i) noexcept
379 __int_type
380 operator=(__int_type __i) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 356 typedef _ITp __int_type; typedef in struct:__atomic_base
358 __int_type _M_i;
367 // Requires __int_type convertible to _M_i.
368 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
370 operator __int_type() const noexcept
373 operator __int_type() const volatile noexcept
376 __int_type
377 operator=(__int_type __i) noexcept
383 __int_type
384 operator=(__int_type __i) volatile noexcep
    [all...]

Completed in 346 milliseconds