Home
last modified time | relevance | path

Searched defs:is_function (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_function.h26 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp710 void is_function() in is_function() function