Searched defs:is_function (Results 1 – 4 of 4) sorted by relevance
26 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; global() struct
21 struct is_function : integral_constant<bool, __is_function(T)> {}; global() struct
48 struct is_function : bool_constant<is_function_v<_Ty>> {}; struct
820 void is_function() in is_function() function