Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dtype_traits174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const>
[all …]
H A Dfunctional270 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
290 && !is_function<_Functor>::value
291 && !is_function<typename remove_pointer<_Functor>::type>::value),
303 && !is_function<_Functor>::value
304 && !is_function<typename remove_pointer<_Functor>::type>::value),
317 && is_function<typename remove_pointer<_Functor>::type>::value),
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dtype_traits172 /// is_function
174 struct is_function;
180 !is_function<_Tp>::value)
193 is_function<_Tp>::value)
220 /// is_function
222 struct is_function
225 struct is_function<_Res(_ArgTypes...)>
228 struct is_function<_Res(_ArgTypes......)>
231 struct is_function<_Res(_ArgTypes...) const>
234 struct is_function<_Res(_ArgTypes......) const>
[all …]
H A Dfunctional304 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
324 && !is_function<_Functor>::value
325 && !is_function<typename remove_pointer<_Functor>::type>::value),
337 && !is_function<_Functor>::value
338 && !is_function<typename remove_pointer<_Functor>::type>::value),
351 && is_function<typename remove_pointer<_Functor>::type>::value),
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dlua_module_test.cpp49 ATF_REQUIRE(state.is_function()); in ATF_TEST_CASE_BODY()
51 ATF_REQUIRE(state.is_function()); in ATF_TEST_CASE_BODY()
53 ATF_REQUIRE(state.is_function()); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.hpp106 bool is_function(const int = -1);
H A Dstate_test.cpp417 ATF_REQUIRE(!state.is_function()); in ATF_TEST_CASE_BODY()
428 ATF_REQUIRE(!state.is_function()); in ATF_TEST_CASE_BODY()
430 ATF_REQUIRE(state.is_function()); in ATF_TEST_CASE_BODY()
442 ATF_REQUIRE(state.is_function(-1)); in ATF_TEST_CASE_BODY()
444 ATF_REQUIRE(!state.is_function(-1)); in ATF_TEST_CASE_BODY()
445 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
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c3201 int is_function; in read_function_entry() local
3216 is_function = (abbrev->tag == DW_TAG_subprogram in read_function_entry()
3226 if (is_function) in read_function_entry()
3265 if (is_function) in read_function_entry()
3355 if (is_function && function->name == NULL) in read_function_entry()
3359 is_function = 0; in read_function_entry()
3362 if (is_function) in read_function_entry()
3378 is_function = 0; in read_function_entry()
3384 if (!is_function) in read_function_entry()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h158 static_assert(!std::is_function<_Tp>::value, "not a function pointer"); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtype_traits191 struct is_function;
208 is_function<_NestedType>,
448 : public __not_<is_function<_Tp>>::type { };
462 : public is_function<_Tp>::type { };
488 /// is_function
490 struct is_function
494 struct is_function<_Tp&>
498 struct is_function<_Tp&&>
548 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
821 is_function<_Tp>>::value,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c3236 int is_function; in read_function_entry() local
3251 is_function = (abbrev->tag == DW_TAG_subprogram in read_function_entry()
3261 if (is_function) in read_function_entry()
3301 if (is_function) in read_function_entry()
3386 if (is_function && function->name == NULL) in read_function_entry()
3390 is_function = 0; in read_function_entry()
3393 if (is_function) in read_function_entry()
3409 is_function = 0; in read_function_entry()
3415 if (!is_function) in read_function_entry()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h211 static_assert(!std::is_function<_Tp>::value, "not a function pointer"); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtype_traits227 struct is_function;
250 is_function<_NestedType>,
498 : public __not_<is_function<_Tp>>::type { };
512 : public is_function<_Tp>::type { };
538 /// is_function
540 struct is_function
544 struct is_function<_Tp&>
548 struct is_function<_Tp&&>
599 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
886 is_function<_Tp>>::value,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-function-mocker.h90 std::is_function<__VA_ARGS__>::value, \
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dpointer_traits.h173 static_assert(!is_function<_Tp>::value, "_Tp is a function type");
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c794 const char *symname, int is_function) in ctf_try_lookup_indexed() argument
811 if (is_function) in ctf_try_lookup_indexed()
H A Dctf-create.c1346 ctf_add_funcobjt_sym (ctf_dict_t *fp, int is_function, const char *name, ctf_id_t id) in ctf_add_funcobjt_sym() argument
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash; in ctf_add_funcobjt_sym()
1362 if (is_function && ctf_type_kind (fp, id) != CTF_K_FUNCTION) in ctf_add_funcobjt_sym()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c806 const char *symname, int is_function) in ctf_try_lookup_indexed() argument
823 if (is_function) in ctf_try_lookup_indexed()
H A Dctf-create.c1376 ctf_add_funcobjt_sym (ctf_dict_t *fp, int is_function, const char *name, ctf_id_t id) in ctf_add_funcobjt_sym() argument
1380 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash; in ctf_add_funcobjt_sym()
1392 if (is_function && ctf_type_kind (fp, id) != CTF_K_FUNCTION) in ctf_add_funcobjt_sym()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dd-demangle.c399 int is_function) in dlang_type_backref() argument
421 if (is_function) in dlang_type_backref()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dd-demangle.c399 int is_function) in dlang_type_backref() argument
421 if (is_function) in dlang_type_backref()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dd-demangle.c399 int is_function) in dlang_type_backref() argument
421 if (is_function) in dlang_type_backref()
/netbsd-src/external/apache2/llvm/dist/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 …]

123