Searched refs:is_function (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c532 make_binding(char *widget, int curses_key, int is_function, int dialog_key) argument
548 data[0].is_function_key = is_function;
599 int is_function = FALSE; local
647 is_function = TRUE;
652 is_function = (curses_key >= KEY_MIN);
672 && make_binding(widget, curses_key, is_function, dialog_key) != 0) {
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dtype_traits_fwd.h86 struct is_function;
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),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h63 std::is_function<typename std::remove_pointer<T>::type>::value,
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c2798 int is_function = 0; /* != 0 if function */
3068 is_function = 1;
3226 if (is_function)
2769 int is_function = 0; /* != 0 if function */ local

Completed in 166 milliseconds