Home
last modified time | relevance | path

Searched refs:is_function (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/dialog/
H A Ddlg_keys.c532 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument
548 data[0].is_function_key = is_function; in make_binding()
599 int is_function = FALSE; in dlg_parse_bindkey() local
647 is_function = TRUE; in dlg_parse_bindkey()
652 is_function = (curses_key >= KEY_MIN); in dlg_parse_bindkey()
672 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h125 && !is_function<_Functor>::value
126 && !is_function<typename remove_pointer<_Functor>::type>::value),
137 && !is_function<_Functor>::value
138 && !is_function<typename remove_pointer<_Functor>::type>::value),
151 && is_function<typename remove_pointer<_Functor>::type>::value),
H A Dtype_traits165 !is_function<_Tp>::value)
171 is_function<_Tp>::value)
180 || is_function<_Tp>::value
191 struct is_function
213 : public integral_constant<bool, !(is_function<_Tp>::value
495 || is_function<_To>::value || is_array<_To>::value
H A Dtype_traits_fwd.h86 struct is_function;
H A Dfunctional190 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
/freebsd-12.1/contrib/libc++/include/
H A Dtype_traits48 template <class T> struct is_function;
873 // is_function
895 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_function
901 = is_function<_Tp>::value;
921 : public is_function<_Ret> {};
1070 is_function<_Tp>::value ||
1087 is_function<_Tp>::value ||
1355 is_function<_Up>::value,
1485 bool _IsFunction = is_function<_Tp>::value,
3062 __lazy_not<is_function<_RawTo>>,
[all …]
H A Dnew337 static_assert (!(is_function<_Tp>::value), "can't launder functions" );
H A Dany663 __p, is_function<_ValueType>{});
H A Dmemory2321 static_assert(!is_function<_Tp>::value,
4007 template <class _Yp, bool = is_function<_Yp>::value>
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h521 : std::is_function<typename std::remove_pointer<T>::type>::value in PrintTo()
/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c2769 int is_function = 0; /* != 0 if function */ in parse_def() local
3039 is_function = 1; in parse_def()
3197 if (is_function) in parse_def()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const145 static_assert(!(is_pointer<_Tp>::value && is_function<typename remove_pointer<_Tp>::type>::value),
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005977 (is_function): Use it, don't use __conv_helper.
986 * testsuite/tr1/4_metaprogramming/primary_type_categories/is_function/
4561 * include/tr1/type_traits (is_function): Don't mistake references
4564 is_function/is_function.cc: Add testcase.
4908 * include/tr1/type_traits (is_function): Minor consistency tweaks.
4950 * include/tr1/type_traits (is_function): Rewrite, use the conversion
4953 is_function/is_function.cc: Add a test for tricky AbstractClass.
H A DChangeLog-2004339 * include/tr1/type_traits: Implement is_function.
346 is_function/is_function.cc: Likewise.
348 is_function/typedefs.cc: Likewise.