Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp41 struct same_type { static const bool value = false; }; argument
43 struct same_type<T, T> { static const bool value = true; }; struct