HomeSort by relevance Sort by last modified time
    Searched full:__pointer_type (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_2.h 446 typedef _PTp* __pointer_type; typedef in struct:__atomic2::__atomic_base
448 __pointer_type _M_p;
457 // Requires __pointer_type convertible to _M_p.
458 constexpr __atomic_base(__pointer_type __p): _M_p (__p) { }
460 operator __pointer_type() const
463 operator __pointer_type() const volatile
466 __pointer_type
467 operator=(__pointer_type __p)
473 __pointer_type
474 operator=(__pointer_type __p) volatil
    [all...]
atomic_0.h 444 typedef void* __pointer_type; typedef in struct:__atomic0::__atomic_base
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
464 operator=(__pointer_type __p)
471 operator=(__pointer_type __p) volatile
534 store(__pointer_type __p, memory_order __m = memory_order_seq_cst)
543 store(__pointer_type __p,
549 volatile __pointer_type* __p2 = &_M_i;
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
577 exchange(__pointer_type __p, memory_order __m = memory_order_seq_cst
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_2.h 446 typedef _PTp* __pointer_type; typedef in struct:__atomic2::__atomic_base
448 __pointer_type _M_p;
457 // Requires __pointer_type convertible to _M_p.
458 constexpr __atomic_base(__pointer_type __p): _M_p (__p) { }
460 operator __pointer_type() const
463 operator __pointer_type() const volatile
466 __pointer_type
467 operator=(__pointer_type __p)
473 __pointer_type
474 operator=(__pointer_type __p) volatil
    [all...]
atomic_0.h 444 typedef void* __pointer_type; typedef in struct:__atomic0::__atomic_base
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
464 operator=(__pointer_type __p)
471 operator=(__pointer_type __p) volatile
534 store(__pointer_type __p, memory_order __m = memory_order_seq_cst)
543 store(__pointer_type __p,
549 volatile __pointer_type* __p2 = &_M_i;
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
577 exchange(__pointer_type __p, memory_order __m = memory_order_seq_cst
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 446 typedef _PTp* __pointer_type; typedef in struct:__atomic2::__atomic_base
448 __pointer_type _M_p;
457 // Requires __pointer_type convertible to _M_p.
458 constexpr __atomic_base(__pointer_type __p): _M_p (__p) { }
460 operator __pointer_type() const
463 operator __pointer_type() const volatile
466 __pointer_type
467 operator=(__pointer_type __p)
473 __pointer_type
474 operator=(__pointer_type __p) volatil
    [all...]
atomic_0.h 444 typedef void* __pointer_type; typedef in struct:__atomic0::__atomic_base
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
464 operator=(__pointer_type __p)
471 operator=(__pointer_type __p) volatile
534 store(__pointer_type __p, memory_order __m = memory_order_seq_cst)
543 store(__pointer_type __p,
549 volatile __pointer_type* __p2 = &_M_i;
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
577 exchange(__pointer_type __p, memory_order __m = memory_order_seq_cst
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 446 typedef _PTp* __pointer_type; typedef in struct:__atomic2::__atomic_base
448 __pointer_type _M_p;
457 // Requires __pointer_type convertible to _M_p.
458 constexpr __atomic_base(__pointer_type __p): _M_p (__p) { }
460 operator __pointer_type() const
463 operator __pointer_type() const volatile
466 __pointer_type
467 operator=(__pointer_type __p)
473 __pointer_type
474 operator=(__pointer_type __p) volatil
    [all...]
atomic_0.h 444 typedef void* __pointer_type; typedef in struct:__atomic0::__atomic_base
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
464 operator=(__pointer_type __p)
471 operator=(__pointer_type __p) volatile
534 store(__pointer_type __p, memory_order __m = memory_order_seq_cst)
543 store(__pointer_type __p,
549 volatile __pointer_type* __p2 = &_M_i;
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
577 exchange(__pointer_type __p, memory_order __m = memory_order_seq_cst
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 620 typedef _PTp* __pointer_type;
622 __pointer_type _M_p;
638 // Requires __pointer_type convertible to _M_p.
639 constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
641 operator __pointer_type() const noexcept
644 operator __pointer_type() const volatile noexcept
647 __pointer_type
648 operator=(__pointer_type __p) noexcept
654 __pointer_type
655 operator=(__pointer_type __p) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 620 typedef _PTp* __pointer_type;
622 __pointer_type _M_p;
638 // Requires __pointer_type convertible to _M_p.
639 constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
641 operator __pointer_type() const noexcept
644 operator __pointer_type() const volatile noexcept
647 __pointer_type
648 operator=(__pointer_type __p) noexcept
654 __pointer_type
655 operator=(__pointer_type __p) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 668 typedef _PTp* __pointer_type;
670 __pointer_type _M_p;
686 // Requires __pointer_type convertible to _M_p.
687 constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
689 operator __pointer_type() const noexcept
692 operator __pointer_type() const volatile noexcept
695 __pointer_type
696 operator=(__pointer_type __p) noexcept
702 __pointer_type
703 operator=(__pointer_type __p) volatile noexcep
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
atomic 235 typedef _Tp* __pointer_type;
245 constexpr atomic(__pointer_type __p) : _M_b(__p) { }
247 operator __pointer_type() const
248 { return __pointer_type(_M_b); }
250 operator __pointer_type() const volatile
251 { return __pointer_type(_M_b); }
253 __pointer_type
254 operator=(__pointer_type __p)
257 __pointer_type
258 operator=(__pointer_type __p) volatil
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
atomic 235 typedef _Tp* __pointer_type;
245 constexpr atomic(__pointer_type __p) : _M_b(__p) { }
247 operator __pointer_type() const
248 { return __pointer_type(_M_b); }
250 operator __pointer_type() const volatile
251 { return __pointer_type(_M_b); }
253 __pointer_type
254 operator=(__pointer_type __p)
257 __pointer_type
258 operator=(__pointer_type __p) volatil
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 235 typedef _Tp* __pointer_type;
245 constexpr atomic(__pointer_type __p) : _M_b(__p) { }
247 operator __pointer_type() const
248 { return __pointer_type(_M_b); }
250 operator __pointer_type() const volatile
251 { return __pointer_type(_M_b); }
253 __pointer_type
254 operator=(__pointer_type __p)
257 __pointer_type
258 operator=(__pointer_type __p) volatil
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 285 typedef _Tp* __pointer_type;
295 constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
297 operator __pointer_type() const noexcept
298 { return __pointer_type(_M_b); }
300 operator __pointer_type() const volatile noexcept
301 { return __pointer_type(_M_b); }
303 __pointer_type
304 operator=(__pointer_type __p) noexcept
307 __pointer_type
308 operator=(__pointer_type __p) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 235 typedef _Tp* __pointer_type;
245 constexpr atomic(__pointer_type __p) : _M_b(__p) { }
247 operator __pointer_type() const
248 { return __pointer_type(_M_b); }
250 operator __pointer_type() const volatile
251 { return __pointer_type(_M_b); }
253 __pointer_type
254 operator=(__pointer_type __p)
257 __pointer_type
258 operator=(__pointer_type __p) volatil
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 285 typedef _Tp* __pointer_type;
295 constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
297 operator __pointer_type() const noexcept
298 { return __pointer_type(_M_b); }
300 operator __pointer_type() const volatile noexcept
301 { return __pointer_type(_M_b); }
303 __pointer_type
304 operator=(__pointer_type __p) noexcept
307 __pointer_type
308 operator=(__pointer_type __p) volatile noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
atomic 292 typedef _Tp* __pointer_type;
302 constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
304 operator __pointer_type() const noexcept
305 { return __pointer_type(_M_b); }
307 operator __pointer_type() const volatile noexcept
308 { return __pointer_type(_M_b); }
310 __pointer_type
311 operator=(__pointer_type __p) noexcept
314 __pointer_type
315 operator=(__pointer_type __p) volatile noexcep
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory 982 struct __pointer_type
988 struct __pointer_type<_Tp, _Dp, false>
996 struct __pointer_type
998 typedef typename __pointer_type_imp::__pointer_type<_Tp, typename remove_reference<_Dp>::type>::type type;
    [all...]

Completed in 739 milliseconds