HomeSort by relevance Sort by last modified time
    Searched full:__is_empty (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/PCH/
cxx-traits.h 9 struct __is_empty { struct
cxx-traits.cpp 10 bool _Is_empty_check = __is_empty<int>::__value;
  /external/clang/test/SemaCXX/
type-traits.cpp 198 { int arr[T(__is_empty(Empty))]; }
199 { int arr[T(__is_empty(DerivesEmpty))]; }
200 { int arr[T(__is_empty(HasCons))]; }
201 { int arr[T(__is_empty(HasCopyAssign))]; }
202 { int arr[T(__is_empty(HasMoveAssign))]; }
203 { int arr[T(__is_empty(HasDest))]; }
204 { int arr[T(__is_empty(HasFunc))]; }
205 { int arr[T(__is_empty(HasOp))]; }
206 { int arr[T(__is_empty(HasConv))]; }
207 { int arr[T(__is_empty(HasAssign))];
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
allocator.h 151 template<typename _Alloc, bool = __is_empty(_Alloc)>
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
allocator.h 151 template<typename _Alloc, bool = __is_empty(_Alloc)>
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 151 template<typename _Alloc, bool = __is_empty(_Alloc)>
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 152 template<typename _Alloc, bool = __is_empty(_Alloc)>
169 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 151 template<typename _Alloc, bool = __is_empty(_Alloc)>
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 152 template<typename _Alloc, bool = __is_empty(_Alloc)>
169 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
allocator.h 159 template<typename _Alloc, bool = __is_empty(_Alloc)>
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 87 # define BOOST_IS_EMPTY(T) __is_empty(T)
139 # define BOOST_IS_EMPTY(T) __is_empty(T)
202 # define BOOST_IS_EMPTY(T) __is_empty(T)
234 # define BOOST_IS_EMPTY(T) __is_empty(T)
262 # define BOOST_IS_EMPTY(T) __is_empty(T)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 331 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 331 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 331 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 328 : public integral_constant<bool, __is_empty(_Tp)>

Completed in 4074 milliseconds

1 2 3