Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/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),
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dtype_traits175 /// is_function
177 struct is_function;
183 !is_function<_Tp>::value)
196 is_function<_Tp>::value)
223 /// is_function
225 struct is_function
228 struct is_function<_Res(_ArgTypes...)>
231 struct is_function<_Res(_ArgTypes......)>
234 struct is_function<_Res(_ArgTypes...) const>
237 struct is_function<_Res(_ArgTypes......) const>
[all …]
H A Dfunctional274 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
294 && !is_function<_Functor>::value
295 && !is_function<typename remove_pointer<_Functor>::type>::value),
307 && !is_function<_Functor>::value
308 && !is_function<typename remove_pointer<_Functor>::type>::value),
321 && is_function<typename remove_pointer<_Functor>::type>::value),
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dtype_traits391 struct is_function;
399 : public integral_constant<bool, !is_function<_Tp>::value> { };
414 : public integral_constant<bool, is_function<_Tp>::value> { };
441 /// is_function
443 struct is_function
447 struct is_function<_Res(_ArgTypes...) _GLIBCXX_NOEXCEPT_QUAL>
589 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
798 is_function<_Tp>>::value,
846 is_function<_Tp>>::value,
1342 bool = __or_<is_void<_From>, is_function<_To>,
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dtype_traits315 struct is_function;
365 /// is_function
367 struct is_function
371 struct is_function<_Res(_ArgTypes...)>
375 struct is_function<_Res(_ArgTypes......)>
379 struct is_function<_Res(_ArgTypes...) const>
383 struct is_function<_Res(_ArgTypes......) const>
387 struct is_function<_Res(_ArgTypes...) volatile>
391 struct is_function<_Res(_ArgTypes......) volatile>
830 typedef __and_<__not_<is_function<__src_t>>,
[all …]
H A Dfunctional229 && !is_function<_Functor>::value
230 && !is_function<typename remove_pointer<_Functor>::type>::value),
242 && !is_function<_Functor>::value
243 && !is_function<typename remove_pointer<_Functor>::type>::value),
256 && is_function<typename remove_pointer<_Functor>::type>::value),
/dragonfly/contrib/dialog/
H A Ddlg_keys.c685 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument
701 data[0].is_function_key = is_function; in make_binding()
806 int is_function = FALSE; in dlg_parse_bindkey() local
846 is_function = TRUE; in dlg_parse_bindkey()
851 is_function = (curses_key >= KEY_MIN); in dlg_parse_bindkey()
871 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c345 int is_function = 0; in print_ada_macros() local
353 is_function = 1; in print_ada_macros()
367 if (is_function) in print_ada_macros()
1954 bool is_function; in dump_generic_ada_node() local
1959 is_function = false; in dump_generic_ada_node()
1964 is_function = true; in dump_generic_ada_node()
1968 in_function = is_function; in dump_generic_ada_node()
1973 if (is_function) in dump_generic_ada_node()
2795 is_function = false; in print_ada_declaration()
2801 in_function = is_function; in print_ada_declaration()
[all …]
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Ddwarf.c2263 int is_function; in read_function_entry() local
2283 is_function = (abbrev->tag == DW_TAG_subprogram in read_function_entry()
2293 if (is_function) in read_function_entry()
2327 if (is_function) in read_function_entry()
2435 if (is_function && function->name == NULL) in read_function_entry()
2439 is_function = 0; in read_function_entry()
2442 if (is_function) in read_function_entry()
2462 is_function = 0; in read_function_entry()
2468 if (!is_function) in read_function_entry()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dptr_traits.h153 static_assert(!std::is_function<_Tp>::value, "not a function pointer"); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dtype_traits83 constexpr bool is_function_v = is_function<_Tp>::value;
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ada-spec.c550 int is_function = 0; in dump_ada_macros() local
558 is_function = 1; in dump_ada_macros()
572 if (is_function) in dump_ada_macros()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c2727 int is_function = 0; /* != 0 if function */ in parse_def() local
2986 is_function = 1; in parse_def()
3141 if (is_function) in parse_def()