Searched defs:same_type (Results 1 – 4 of 4) sorted by relevance
6 template<typename T> struct same_type<T, T> {}; struct
9 template<typename T> struct same_type<T, T> {}; struct
41 struct same_type { static const bool value = false; }; struct43 struct same_type<T, T> { static const bool value = true; }; argument
1262 bool same_type = type_literal_.IsKnownGlobal(type_string); in KnownSuccessorBlock() local