HomeSort by relevance Sort by last modified time
    Searched full:is_void (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
CythonScope.py 81 type_object.is_void = True
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp 19 static_assert(!std::is_void<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp 19 static_assert(!std::is_void<T>::value, "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 258 # include <boost/type_traits/is_void.hpp>
273 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_void<T>::value && !is_void<U>::value)
275 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value)
is_convertible.hpp 23 #include <boost/type_traits/is_void.hpp>
82 enum { value = ::boost::is_void<To>::value };
284 ::boost::is_void<To>::value
300 ::boost::is_void<To>::value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
type_traits 100 /// is_void
102 struct is_void
280 || is_void<_Tp>::value)>
288 || is_void<_Tp>::value)>
556 bool = !is_reference<_Tp>::value && !is_void<_Tp>::value,
576 bool = !is_reference<_Tp>::value && !is_void<_Tp>::value>
762 bool = (is_void<_From>::value || is_function<_To>::value
765 { static const bool __value = is_void<_To>::value; };
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 100 /// is_void
102 struct is_void
280 || is_void<_Tp>::value)>
288 || is_void<_Tp>::value)>
556 bool = !is_reference<_Tp>::value && !is_void<_Tp>::value,
576 bool = !is_reference<_Tp>::value && !is_void<_Tp>::value>
762 bool = (is_void<_From>::value || is_function<_To>::value
765 { static const bool __value = is_void<_To>::value; };
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 100 /// is_void
102 struct is_void
280 || is_void<_Tp>::value)>
288 || is_void<_Tp>::value)>
556 bool = !is_reference<_Tp>::value && !is_void<_Tp>::value,
576 bool = !is_reference<_Tp>::value && !is_void<_Tp>::value>
762 bool = (is_void<_From>::value || is_function<_To>::value
765 { static const bool __value = is_void<_To>::value; };
    [all...]
  /external/libcxx/include/
type_traits 30 template <class T> struct is_void;
287 // is_void
292 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_void
434 is_void<_Tp>::value ||
495 : public integral_constant<bool, !is_void<_Tp>::value &&
517 : public integral_constant<bool, is_void<_Tp>::value ||
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 30 template <class T> struct is_void;
287 // is_void
292 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_void
434 is_void<_Tp>::value ||
495 : public integral_constant<bool, !is_void<_Tp>::value &&
517 : public integral_constant<bool, is_void<_Tp>::value ||
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 30 template <class T> struct is_void;
287 // is_void
292 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_void
434 is_void<_Tp>::value ||
477 : public integral_constant<bool, !is_void<_Tp>::value &&
499 : public integral_constant<bool, is_void<_Tp>::value ||
831 bool _IsVoid = is_void<_Tp>::value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 170 /// is_void
172 struct is_void
521 : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
529 is_void<_Tp>>>::type
716 bool = __or_<is_void<_Tp>,
764 bool = __or_<is_void<_Tp>,
808 : public __and_<__not_<is_void<_Tp>>,
917 = __not_<__or_<is_void<_From>,
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
concept_check.hpp 26 # include <boost/type_traits/is_void.hpp>
304 BOOST_CONCEPT_USAGE(Generator) { test(is_void<Return>()); }
324 BOOST_CONCEPT_USAGE(UnaryFunction) { test(is_void<Return>()); }
354 BOOST_CONCEPT_USAGE(BinaryFunction) { test(is_void<Return>()); }
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 239 assert(!this->signature->return_type->is_void());
314 if(!this->function.signature->return_type->is_void()) {
574 else if(jump_strengths[0] == strength_return && this->function.signature->return_type->is_void())
    [all...]
ast.h 580 bool is_void; member in class:ast_parameter_declarator
glsl_types.h 399 bool is_void() const function in struct:glsl_type
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 239 assert(!this->signature->return_type->is_void());
314 if(!this->function.signature->return_type->is_void()) {
574 else if(jump_strengths[0] == strength_return && this->function.signature->return_type->is_void())
    [all...]
ast.h 580 bool is_void; member in class:ast_parameter_declarator
glsl_types.h 399 bool is_void() const function in struct:glsl_type
ast_to_hir.cpp     [all...]
  /external/chromium_org/mojo/system/
memory.h 179 // !is_void<_Type>::value>::type Put(
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 267 args = [ arg for arg in self[:-1] if not arg.is_void() ]
562 def is_void(self): member in class:Declarator
583 if arg.pointer and arg.deref().is_void():
601 if self.is_void():
    [all...]
genpyx.py 161 if not self[i].is_void():
307 if self.is_void():
  /external/chromium_org/base/
bind_internal.h.pump 339 COMPILE_ASSERT(is_void<ReturnType>::value,

Completed in 1181 milliseconds

1 2 34 5