HomeSort by relevance Sort by last modified time
    Searched full:is_function (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
lvalue_ref.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
rvalue_ref.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
array.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
class.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
enum.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
floating_point.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
function.pass.cpp 34 static_assert( std::is_function<T>::value, "");
integral.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
member_object_pointer.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
nullptr.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
pointer.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
union.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
void.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
lvalue_ref.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
rvalue_ref.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
array.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
class.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
config.hpp 58 // when we want to test __stdcall etc function types with is_function etc
is_enum.hpp 22 #include <boost/type_traits/is_function.hpp>
119 , ::boost::is_function<T>::value
130 , ::boost::is_function<T>::value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits 327 struct is_function;
335 : public integral_constant<bool, !is_function<_Tp>::value> { };
350 : public integral_constant<bool, is_function<_Tp>::value> { };
377 /// is_function
379 struct is_function
383 struct is_function<_Res(_ArgTypes...)>
387 struct is_function<_Res(_ArgTypes......)>
391 struct is_function<_Res(_ArgTypes...) const>
395 struct is_function<_Res(_ArgTypes......) const>
399 struct is_function<_Res(_ArgTypes...) volatile
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 327 struct is_function;
335 : public integral_constant<bool, !is_function<_Tp>::value> { };
350 : public integral_constant<bool, is_function<_Tp>::value> { };
377 /// is_function
379 struct is_function
383 struct is_function<_Res(_ArgTypes...)>
387 struct is_function<_Res(_ArgTypes......)>
391 struct is_function<_Res(_ArgTypes...) const>
395 struct is_function<_Res(_ArgTypes......) const>
399 struct is_function<_Res(_ArgTypes...) volatile
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits 327 struct is_function;
335 : public integral_constant<bool, !is_function<_Tp>::value> { };
350 : public integral_constant<bool, is_function<_Tp>::value> { };
377 /// is_function
379 struct is_function
383 struct is_function<_Res(_ArgTypes...)>
387 struct is_function<_Res(_ArgTypes......)>
391 struct is_function<_Res(_ArgTypes...) const>
395 struct is_function<_Res(_ArgTypes......) const>
399 struct is_function<_Res(_ArgTypes...) volatile
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 315 struct is_function;
323 : public integral_constant<bool, !is_function<_Tp>::value> { };
338 : public integral_constant<bool, is_function<_Tp>::value> { };
365 /// is_function
367 struct is_function
371 struct is_function<_Res(_ArgTypes...)>
375 struct is_function<_Res(_ArgTypes......)>
379 struct is_function<_Res(_ArgTypes...) const>
383 struct is_function<_Res(_ArgTypes......) const>
387 struct is_function<_Res(_ArgTypes...) volatile
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 315 struct is_function;
323 : public integral_constant<bool, !is_function<_Tp>::value> { };
338 : public integral_constant<bool, is_function<_Tp>::value> { };
365 /// is_function
367 struct is_function
371 struct is_function<_Res(_ArgTypes...)>
375 struct is_function<_Res(_ArgTypes......)>
379 struct is_function<_Res(_ArgTypes...) const>
383 struct is_function<_Res(_ArgTypes......) const>
387 struct is_function<_Res(_ArgTypes...) volatile
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp 7 # include <boost/type_traits/is_function.hpp>
61 struct is_reference_to_function<T&> : is_function<T>
73 struct is_pointer_to_function<T*> : is_function<T>

Completed in 1593 milliseconds

12 3 4 5 6