Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/
H A Ddlg_keys.c561 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument
577 data[0].is_function_key = is_function; in make_binding()
672 int is_function = FALSE; in dlg_parse_bindkey() local
720 is_function = TRUE; in dlg_parse_bindkey()
725 is_function = (curses_key >= KEY_MIN); in dlg_parse_bindkey()
745 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
/freebsd-13.1/contrib/kyua/utils/fs/
H A Dlua_module_test.cpp50 ATF_REQUIRE(state.is_function(-1)); in ATF_TEST_CASE_BODY()
52 ATF_REQUIRE(state.is_function(-1)); in ATF_TEST_CASE_BODY()
54 ATF_REQUIRE(state.is_function(-1)); in ATF_TEST_CASE_BODY()
/freebsd-13.1/contrib/lutok/
H A Dstate.hpp106 bool is_function(const int);
H A Dstate_test.cpp387 ATF_REQUIRE(!state.is_function(-1)); in ATF_TEST_CASE_BODY()
398 ATF_REQUIRE(state.is_function(-1)); in ATF_TEST_CASE_BODY()
400 ATF_REQUIRE(!state.is_function(-1)); in ATF_TEST_CASE_BODY()
401 ATF_REQUIRE(state.is_function(-2)); in ATF_TEST_CASE_BODY()
H A Dstate.cpp418 lutok::state::is_function(const int index) in is_function() function in lutok::state
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_traits.h174 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
H A Dunique_ptr.h39 static_assert(!is_function<_Tp>::value,
H A Dshared_ptr.h642 template <class _Yp, bool = is_function<_Yp>::value>
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dtype_traits47 template <class T> struct is_function;
271 = is_function<T>::value; // C++17
1004 // is_function
1006 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_function
1019 = is_function<_Tp>::value;
1032 __is_func = is_function<_Tp>::value,
1138 !is_function<_Tp>::value > {};
1636 is_function<_Up>::value,
1746 bool _IsFunction = is_function<_Tp>::value,
2803 : public __destructible_false<_Tp, is_function<_Tp>::value> {};
[all …]
H A Dnew338 static_assert (!(is_function<_Tp>::value), "can't launder functions" );
H A Dany677 __p, is_function<_ValueType>{});
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h521 : std::is_function<typename std::remove_pointer<T>::type>::value in PrintTo()
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const144 static_assert(!(is_pointer<_Tp>::value && is_function<typename remove_pointer<_Tp>::type>::value),