Searched refs:is_function (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/dialog/ |
| H A D | dlg_keys.c | 561 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 D | lua_module_test.cpp | 50 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 D | state.hpp | 106 bool is_function(const int);
|
| H A D | state_test.cpp | 387 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 D | state.cpp | 418 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 D | pointer_traits.h | 174 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
|
| H A D | unique_ptr.h | 39 static_assert(!is_function<_Tp>::value,
|
| H A D | shared_ptr.h | 642 template <class _Yp, bool = is_function<_Yp>::value>
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 47 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 D | new | 338 static_assert (!(is_function<_Tp>::value), "can't launder functions" );
|
| H A D | any | 677 __p, is_function<_ValueType>{});
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 521 : std::is_function<typename std::remove_pointer<T>::type>::value in PrintTo()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | propagate_const | 144 static_assert(!(is_pointer<_Tp>::value && is_function<typename remove_pointer<_Tp>::type>::value),
|