HomeSort by relevance Sort by last modified time
    Searched full:type_wrapper (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
type-traits.cpp 479 template <typename T> struct type_wrapper { struct
487 int t01[T(__is_function(type_wrapper<void(void)>::type))];
516 int t34[F(__is_function(type_wrapper<void(void)>::ptrtype))];
517 int t35[F(__is_function(type_wrapper<void(void)>::reftype))];
600 int t10[F(__is_object(type_wrapper<void(void)>::type))];
    [all...]

Completed in 309 milliseconds