Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp571 template <typename T> struct type_wrapper { struct
579 int t01[T(__is_function(type_wrapper<void(void)>::type))]; in is_function() argument
608 int t34[F(__is_function(type_wrapper<void(void)>::ptrtype))]; in is_function()
609 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
692 int t10[F(__is_object(type_wrapper<void(void)>::type))]; in is_object()