Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp814 template <typename T> struct type_wrapper { struct
822 static_assert(__is_function(type_wrapper<void(void)>::type)); in is_function() argument