Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp11.cpp6 template<typename T> struct same_type<T, T> {}; struct
H A Dp7.cpp9 template<typename T> struct same_type<T, T> {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp55 struct same_type { static const bool value = false; }; argument
57 struct same_type<T, T> { static const bool value = true; }; argument