Searched refs:is_member_function_pointer (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/base/
H A Dtemplate_util_unittest.cc80 COMPILE_ASSERT(!is_member_function_pointer<int>::value,
82 COMPILE_ASSERT(!is_member_function_pointer<int*>::value,
84 COMPILE_ASSERT(!is_member_function_pointer<void*>::value,
86 COMPILE_ASSERT(!is_member_function_pointer<AStruct>::value,
88 COMPILE_ASSERT(!is_member_function_pointer<AStruct*>::value,
90 COMPILE_ASSERT(!is_member_function_pointer<void(*)()>::value,
92 COMPILE_ASSERT(!is_member_function_pointer<int(*)(int)>::value,
94 COMPILE_ASSERT(!is_member_function_pointer<int(*)(int, int)>::value,
97 COMPILE_ASSERT(is_member_function_pointer<void (AStruct::*)()>::value,
99 COMPILE_ASSERT(is_member_function_pointer<voi
[all...]
H A Dtemplate_util.h34 struct is_member_function_pointer : false_type {}; struct in namespace:base
37 struct is_member_function_pointer<R(Z::*)(A...)> : true_type {}; struct in namespace:base
39 struct is_member_function_pointer<R(Z::*)(A...) const> : true_type {}; struct in namespace:base
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp234 struct is_member_function_pointer { struct
239 struct is_member_function_pointer<T (Class::*)()> { struct
244 struct is_member_function_pointer<T (Class::*)() const> { struct
249 struct is_member_function_pointer<T (Class::*)() volatile> { struct
254 struct is_member_function_pointer<T (Class::*)() const volatile> { struct
259 struct is_member_function_pointer<T (Class::*)(A1)> { struct
264 struct is_member_function_pointer<T (Class::*)(A1) const> { struct
269 struct is_member_function_pointer<T (Class::*)(A1) volatile> { struct
274 struct is_member_function_pointer<T (Class::*)(A1) const volatile> { struct
279 is_member_function_pointer<in
[all...]
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Dlvalue_ref.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Drvalue_ref.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Darray.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dclass.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Denum.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dfloating_point.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dfunction.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dintegral.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dmember_function_pointer.pass.cpp30 static_assert( std::is_member_function_pointer<T>::value, "");
H A Dmember_object_pointer.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dnullptr.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dpointer.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dunion.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
H A Dvoid.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, "");
/external/chromium_org/gin/
H A Dobject_template_builder.h57 base::is_member_function_pointer<T>::value>::type> {
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp809 void is_member_function_pointer() function

Completed in 3604 milliseconds