Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_function.h26 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 Dis_member_function_pointer.h34 __is_func = is_function<_Tp>::value,
H A Ddecay.h48 is_function<_Up>::value,
H A Dis_destructible.h83 : public __destructible_false<_Tp, is_function<_Tp>::value> {};
H A Dis_convertible.h47 bool _IsFunction = is_function<_Tp>::value,
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
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),
H A Dtype_traits165 !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 Dtype_traits_fwd.h86 struct is_function;
H A Dfunctional190 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dexecutor_address.h92 std::enable_if_t<std::is_function<T>::value, T *>
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dpointer_traits.h173 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
H A Dunique_ptr.h51 static_assert(!is_function<_Tp>::value,
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h98 std::enable_if_t<std::is_function<T>::value, T *>
/openbsd-src/gnu/llvm/libcxx/include/
H A Dnew92 #include <__type_traits/is_function.h>
379 static_assert (!(is_function<_Tp>::value), "can't launder functions" );
H A Dtype_traits47 template <class T> struct is_function;
271 = is_function<T>::value; // C++17
469 #include <__type_traits/is_function.h>
H A Datomic530 #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 Dany690 __p, is_function<_ValueType>{});
H A DCMakeLists.txt624 __type_traits/is_function.h
H A Dmodule.modulemap.in1464 module is_function { private header "__type_traits/is_function.h" }
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c2874 int is_function = 0; /* != 0 if function */ local
3144 is_function = 1;
3302 if (is_function)
/openbsd-src/gnu/gcc/gcc/
H A Dmips-tfile.c2769 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 Dpropagate_const148 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 DBUILD.gn699 "__type_traits/is_function.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile711 __type_traits/is_function.h \

12