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

1 2

  /external/clang/test/PCH/
cxx-traits.cpp 12 bool _Is_empty_check = n::__is_empty<int>::__value;
30 bool _is_empty_result = __is_empty(int);
cxx-traits.h 11 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit}} struct in namespace:n
  /external/clang/test/SemaCXX/
type-traits.cpp 223 { int arr[T(__is_empty(Empty))]; }
224 { int arr[T(__is_empty(DerivesEmpty))]; }
225 { int arr[T(__is_empty(HasCons))]; }
226 { int arr[T(__is_empty(HasCopyAssign))]; }
227 { int arr[T(__is_empty(HasMoveAssign))]; }
228 { int arr[T(__is_empty(HasDest))]; }
229 { int arr[T(__is_empty(HasFunc))]; }
230 { int arr[T(__is_empty(HasOp))]; }
231 { int arr[T(__is_empty(HasConv))]; }
232 { int arr[T(__is_empty(HasAssign))];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 159 template<typename _Alloc, bool = __is_empty(_Alloc)>
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
hashtable_policy.h 830 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 159 template<typename _Alloc, bool = __is_empty(_Alloc)>
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
hashtable_policy.h 830 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
allocator.h 159 template<typename _Alloc, bool = __is_empty(_Alloc)>
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
hashtable_policy.h 830 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
allocator.h 159 template<typename _Alloc, bool = __is_empty(_Alloc)>
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
shared_ptr_base.h 403 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>
    [all...]
hashtable_policy.h 976 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>
    [all...]
  /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)
  /external/libcxx/www/
type_traits_design.html 273 <td><tt>__is_empty(T)</tt></td>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
type_traits 327 : public integral_constant<bool, __is_empty(_Tp)>
  /external/clang/include/clang/Basic/
TokenKinds.def 422 TYPE_TRAIT_1(__is_empty, IsEmpty, KEYCXX)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits 537 : public integral_constant<bool, __is_empty(_Tp)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits 537 : public integral_constant<bool, __is_empty(_Tp)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 537 : public integral_constant<bool, __is_empty(_Tp)>
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 654 /// '__is_empty' [TODO]
799 REVERTIBLE_TYPE_TRAIT(__is_empty);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 628 : public integral_constant<bool, __is_empty(_Tp)>
    [all...]
  /external/clang/docs/
LanguageExtensions.rst     [all...]

Completed in 785 milliseconds

1 2