Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp704 template <typename T> struct type_wrapper { struct
712 int t01[T(__is_function(type_wrapper<void(void)>::type))]; in is_function() argument
741 int t34[F(__is_function(type_wrapper<void(void)>::ptrtype))]; in is_function()
742 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
826 int t10[F(__is_object(type_wrapper<void(void)>::type))]; in is_object()