Searched refs:is_function (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/dialog/ |
| HD | dlg_keys.c | 532 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()
|
| /trueos/contrib/libstdc++/include/tr1/ |
| D | functional_iterate.h | 125 && !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),
|
| D | type_traits | 165 !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
|
| D | type_traits_fwd.h | 86 struct is_function;
|
| D | functional | 190 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
|
| /trueos/contrib/libc++/include/ |
| D | type_traits | 43 template <class T> struct is_function; 429 // is_function 448 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_function 454 …Tp, class _Up> struct __libcpp_is_member_function_pointer<_Tp _Up::*> : public is_function<_Tp> {}; 510 !is_function<_Tp>::value > {}; 554 is_function<_Tp>::value || 571 is_function<_Tp>::value || 765 is_function<_Up>::value, 863 bool _IsFunction = is_function<_Tp>::value, 891 && !(!is_function<_T1>::value && !is_reference<_T1>::value && is_reference<_T2>::value [all …]
|
| /trueos/contrib/libc++/include/experimental/ |
| D | type_traits | 52 = is_function<T>::value; 233 = is_function<_Tp>::value;
|
| /trueos/contrib/gcc/ |
| HD | mips-tfile.c | 2769 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()
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Mangled.cpp | 1923 bool is_function = *t == 'F'; in parse_type() local 1929 if (is_function) in parse_type() 1934 if (is_function) in parse_type()
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2005 | 977 (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.
|
| D | ChangeLog-2004 | 339 * include/tr1/type_traits: Implement is_function. 346 is_function/is_function.cc: Likewise. 348 is_function/typedefs.cc: Likewise.
|