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

12 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
enum.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
floating_point.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
lvalue_ref.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
member_object_pointer.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
rvalue_ref.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
union.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
void.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
array.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
function.pass.cpp 31 static_assert( std::is_function<T>::value, "");
integral.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
member_function_pointer.pass.cpp 31 static_assert(!std::is_function<T>::value, "");
pointer.pass.cpp 31 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
is_class.hpp 27 # include <boost/type_traits/is_function.hpp>
104 ::boost::type_traits::ice_not< ::boost::is_function<T>::value >::value
  /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>
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 134 int is_function; member in struct:__anon15806
glcpp-parse.y     [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 134 int is_function; member in struct:__anon26273
glcpp-parse.y     [all...]
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 182 is_function = False
189 is_function = True
196 if is_function:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 42 template <class T> struct is_function;
412 // is_function
431 template <class _Tp> struct _LIBCPP_TYPE_VIS is_function
437 template <class _Tp, class _Up> struct __is_member_function_pointer<_Tp _Up::*> : public is_function<_Tp> {};
475 !is_function<_Tp>::value > {};
519 is_function<_Tp>::value ||
536 is_function<_Tp>::value ||
787 bool _IsFunction = is_function<_Tp>::value,
817 && !(!is_function<_T1>::value && !is_reference<_T1>::value && is_reference<_T2>::value
    [all...]

Completed in 454 milliseconds

12 3 4 5