Home
last modified time | relevance | path

Searched refs:is_member_function_pointer (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/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)> { argument
264 struct is_member_function_pointer<T (Class::*)(A1) const> { argument
269 struct is_member_function_pointer<T (Class::*)(A1) volatile> { argument
274 struct is_member_function_pointer<T (Class::*)(A1) const volatile> { struct
279 is_member_function_pointer<int X::*>::value? -1 : 1]; argument
[all …]
/llvm-project/libcxx/include/__type_traits/
H A Dis_member_function_pointer.h
H A Dinvoke.h78 __enable_if_t<is_member_function_pointer<_DecayFp>::value &&
83 __enable_if_t<is_member_function_pointer<_DecayFp>::value && __is_reference_wrapper<_DecayA0>::value>;
91 __enable_if_t<is_member_function_pointer<_DecayFp>::value &&
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dmember_function_pointer.pass.cpp33 static_assert( std::is_member_function_pointer<T>::value, "");
227 static_assert(!std::is_member_function_pointer<incomplete_type>::value, ""); in main()
H A Drvalue_ref.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_rvalue_ref()
H A Dlvalue_ref.pass.cpp31 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_lvalue_ref()
H A Dunion.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_union_imp()
H A Denum.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_enum_imp()
H A Dfloating_point.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_floating_point_imp()
H A Dvoid.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_void_imp()
H A Dmember_object_pointer.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_member_object_pointer_imp()
H A Dclass.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_class_imp()
H A Dpointer.pass.cpp31 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_pointer_imp()
H A Dnullptr.pass.cpp33 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_nullptr_imp()
H A Darray.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_array_imp()
H A Dintegral.pass.cpp30 static_assert(!std::is_member_function_pointer<T>::value, ""); in test_integral_imp()
H A Dfunction.pass.cpp39 static_assert(!std::is_member_function_pointer<T>::value, ""); in test()
/llvm-project/clang/test/Parser/
H A Dcxx-class.cpp304 template<class T> struct is_member_function_pointer : undeclared<imp<T>::member> {}; // expected-error {{unknown template name 'undeclared'}}
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h374 static_assert(!std::is_member_function_pointer<Func>::value,
386 static_assert(!std::is_member_function_pointer<Func>::value,
/llvm-project/libcxx/include/
H A Dtype_traits43 template <class T> struct is_member_function_pointer;
266 = is_member_function_pointer<T>::value; // C++17
H A DCMakeLists.txt
H A Dmodule.modulemap
/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc26 using std::is_member_function_pointer;
/llvm-project/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp1080 void is_member_function_pointer() in is_member_object_pointer()
1116 void is_member_function_pointer() is_member_function_pointer() function

12