Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp548 template <typename T> struct type_wrapper { struct
556 int t01[T(__is_function(type_wrapper<void(void)>::type))]; in is_function() argument
585 int t34[F(__is_function(type_wrapper<void(void)>::ptrtype))]; in is_function()
586 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
669 int t10[F(__is_object(type_wrapper<void(void)>::type))]; in is_object()