| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | is_function.h | 26 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct 31 struct _LIBCPP_TEMPLATE_VIS is_function 38 inline constexpr bool is_function_v = is_function<_Tp>::value;
|
| H A D | is_member_function_pointer.h | 34 __is_func = is_function<_Tp>::value,
|
| H A D | decay.h | 48 is_function<_Up>::value,
|
| H A D | is_destructible.h | 83 : public __destructible_false<_Tp, is_function<_Tp>::value> {};
|
| H A D | is_convertible.h | 47 bool _IsFunction = is_function<_Tp>::value,
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A 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),
|
| H A 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
|
| H A D | type_traits_fwd.h | 86 struct is_function;
|
| H A D | functional | 190 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | executor_address.h | 92 std::enable_if_t<std::is_function<T>::value, T *>
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 173 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
|
| H A D | unique_ptr.h | 51 static_assert(!is_function<_Tp>::value,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorAddress.h | 98 std::enable_if_t<std::is_function<T>::value, T *>
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | new | 92 #include <__type_traits/is_function.h> 379 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 469 #include <__type_traits/is_function.h>
|
| H A D | atomic | 530 #include <__type_traits/is_function.h> 1771 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 1778 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 1785 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed"); 1792 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
|
| H A D | any | 690 __p, is_function<_ValueType>{});
|
| H A D | CMakeLists.txt | 624 __type_traits/is_function.h
|
| H A D | module.modulemap.in | 1464 module is_function { private header "__type_traits/is_function.h" }
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mips-tfile.c | 2874 int is_function = 0; /* != 0 if function */ local 3144 is_function = 1; 3302 if (is_function)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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()
|
| /openbsd-src/gnu/llvm/libcxx/include/experimental/ |
| H A D | propagate_const | 148 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 699 "__type_traits/is_function.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 711 __type_traits/is_function.h \
|