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

  /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-linux-glibc2.15-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/r10/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 356 typedef _ITp __int_type; typedef in struct:__atomic_base
361 alignas(_S_alignment) __int_type _M_i;
370 // Requires __int_type convertible to _M_i.
371 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
373 operator __int_type() const noexcept
376 operator __int_type() const volatile noexcept
379 __int_type
380 operator=(__int_type __i) noexcept
386 __int_type
387 operator=(__int_type __i) volatile noexcep
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 356 typedef _ITp __int_type; typedef in struct:__atomic_base
361 alignas(_S_alignment) __int_type _M_i;
370 // Requires __int_type convertible to _M_i.
371 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
373 operator __int_type() const noexcept
376 operator __int_type() const volatile noexcept
379 __int_type
380 operator=(__int_type __i) noexcept
386 __int_type
387 operator=(__int_type __i) volatile noexcep
    [all...]

Completed in 239 milliseconds