| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | is_function.h | 23 struct is_function : integral_constant<bool, __is_function(T)> {}; struct 26 struct is_function 30 LIBC_INLINE_VAR constexpr bool is_function_v = is_function<T>::value;
|
| H A D | is_destructible.h | 57 struct is_destructible : public __destructible_false<T, is_function<T>::value> {
|
| /freebsd/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/contrib/dialog/ |
| H A D | dlg_keys.c | 644 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument 660 data[0].is_function_key = is_function; in make_binding() 765 int is_function = FALSE; in dlg_parse_bindkey() local 805 is_function = TRUE; in dlg_parse_bindkey() 810 is_function = (curses_key >= KEY_MIN); in dlg_parse_bindkey() 830 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | is_function.h | 22 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct
|
| H A D | decay.h | 49 … __conditional_t<is_function<_Up>::value, typename add_pointer<_Up>::type, __remove_cv_t<_Up> > >
|
| H A D | is_destructible.h | 75 struct is_destructible : public __destructible_false<_Tp, is_function<_Tp>::value> {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_function.h | 22 struct _LIBCPP_NO_SPECIALIZATIONS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct
|
| H A D | decay.h | 49 … __conditional_t<is_function<_Up>::value, typename add_pointer<_Up>::type, __remove_cv_t<_Up> > >;
|
| H A D | is_destructible.h | 80 struct is_destructible : __destructible_false<_Tp, is_function<_Tp>::value> {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__new/ |
| H A D | launder.h | 23 static_assert(!(is_function<_Tp>::value), "can't launder functions"); in __launder()
|
| /freebsd/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/contrib/llvm-project/libcxx/include/__cxx03/__atomic/ |
| H A D | atomic.h | 81 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 87 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 93 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 99 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorSymbolDef.h | 52 std::enable_if_t<std::is_function<T>::value, T *>
|
| H A D | ExecutorAddress.h | 129 std::enable_if_t<std::is_function<T>::value, T *>
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic.h | 288 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 294 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 300 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 306 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | new | 91 #include <__cxx03/__type_traits/is_function.h> 314 static_assert(!(is_function<_Tp>::value), "can't launder functions");
|
| H A D | type_traits | 47 template <class T> struct is_function; 271 = is_function<T>::value; // C++17 452 #include <__cxx03/__type_traits/is_function.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | pointer_traits.h | 167 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | executor_address.h | 92 std::enable_if_t<std::is_function<T>::value, T *>
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 64 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 45 template <class T> struct is_function; 300 = is_function<T>::value; // since C++17 492 # include <__type_traits/is_function.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 192 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
|