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

1 2 3

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
type_traits.hpp 25 using std::is_function;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_function.hpp 95 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_function,T,__is_function(T))
97 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_function,T,::boost::detail::is_function_impl<T>::value)
99 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_function,T&&,false)
is_enum.hpp 22 #include <boost/type_traits/is_function.hpp>
119 , ::boost::is_function<T>::value
130 , ::boost::is_function<T>::value
  /external/skia/include/private/
SkTLogic.h 38 // template<typename R, typename... Args> struct is_function<
43 // mcvc 2013 introduced __vectorcall, but it wan't until 2015 that it was added to is_function.
44 template <typename> struct is_function : std::false_type {}; struct in namespace:skstd
46 template <typename R, typename... Args> struct is_function<R(Args...)> : std::true_type {}; struct in namespace:skstd
48 template <typename R, typename... Args> struct is_function<R __cdecl (Args...)> : std::true_type {}; struct in namespace:skstd
50 template <typename R, typename... Args> struct is_function<R __stdcall (Args...)> : std::true_type {}; struct in namespace:skstd
51 template <typename R, typename... Args> struct is_function<R __fastcall (Args...)> : std::true_type {}; struct in namespace:skstd
54 template <typename R, typename... Args> struct is_function<R __vectorcall (Args...)> : std::true_type {}; struct in namespace:skstd
57 template <typename R, typename... Args> struct is_function<R(Args..., ...)> : std::true_type {}; struct in namespace:skstd
66 bool=std::is_void<S>::value || is_function<D>::value || std::is_array<D>::value
    [all...]
  /external/libcxx/test/std/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 45 static_assert( std::is_function<T>::value, "");
integral.pass.cpp 34 static_assert(!std::is_function<T>::value, "");
member_function_pointer_no_variadics.pass.cpp 35 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, "");
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, "");

Completed in 561 milliseconds

1 2 3