Home
last modified time | relevance | path

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

/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp6 template<typename T> struct same_type<T, T> {}; struct
Dp7.cpp9 template<typename T> struct same_type<T, T> {}; struct
/external/clang/test/SemaCXX/
Dcxx0x-initializer-stdinitializerlist.cpp41 struct same_type { static const bool value = false; }; struct
43 struct same_type<T, T> { static const bool value = true; }; argument
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1262 bool same_type = type_literal_.IsKnownGlobal(type_string); in KnownSuccessorBlock() local