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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 167 _S_do_it(_Alloc& __one, _Alloc& __two)
170 if (__one != __two)
171 swap(__one, __two);
188 _S_do_it(const _Alloc& __one, const _Alloc& __two)
189 { return __one != __two; }
alloc_traits.h 454 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
455 { __one = __two; }
463 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
467 __do_alloc_on_copy(__one, __two, __pocca());
478 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
479 { __one = std::move(__two); }
486 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
490 __do_alloc_on_move(__one, __two, __pocma());
494 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
497 swap(__one, __two);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 167 _S_do_it(_Alloc& __one, _Alloc& __two)
170 if (__one != __two)
171 swap(__one, __two);
188 _S_do_it(const _Alloc& __one, const _Alloc& __two)
189 { return __one != __two; }
alloc_traits.h 454 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
455 { __one = __two; }
463 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
467 __do_alloc_on_copy(__one, __two, __pocca());
478 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
479 { __one = std::move(__two); }
486 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
490 __do_alloc_on_move(__one, __two, __pocma());
494 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
497 swap(__one, __two);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
allocator.h 167 _S_do_it(_Alloc& __one, _Alloc& __two)
170 if (__one != __two)
171 swap(__one, __two);
188 _S_do_it(const _Alloc& __one, const _Alloc& __two)
189 { return __one != __two; }
alloc_traits.h 454 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
455 { __one = __two; }
463 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
467 __do_alloc_on_copy(__one, __two, __pocca());
478 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
479 { __one = std::move(__two); }
486 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
490 __do_alloc_on_move(__one, __two, __pocma());
494 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
497 swap(__one, __two);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
allocator.h 167 _S_do_it(_Alloc& __one, _Alloc& __two) _GLIBCXX_NOEXCEPT
170 if (__one != __two)
171 swap(__one, __two);
188 _S_do_it(const _Alloc& __one, const _Alloc& __two)
189 { return __one != __two; }
alloc_traits.h 439 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type)
440 { __one = __two; }
448 inline void __alloc_on_copy(_Alloc& __one, const _Alloc& __two)
452 __do_alloc_on_copy(__one, __two, __pocca());
463 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type)
464 { __one = std::move(__two); }
471 inline void __alloc_on_move(_Alloc& __one, _Alloc& __two)
475 __do_alloc_on_move(__one, __two, __pocma());
479 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type)
482 swap(__one, __two);
    [all...]
  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /external/libcxx/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; struct in struct:is_transparent
18 template <class _Up> static __two __test(...);
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 230 struct __two {char _; char __;}; struct in struct:rdar8986308::std::__has_rebind
231 template <class _Xp> static __two __test(...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
opt_random.h 69 static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull); local
175 __v.__i = _mm_or_si128(__v.__i, __two);

Completed in 1293 milliseconds