Searched defs:simplify_type (Results 1 – 2 of 2) sorted by relevance
31 template<typename From> struct simplify_type { struct38 template<typename From> struct simplify_type<const From> { argument
69 template <> struct simplify_type<foo> { struct70 typedef int SimpleType;71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue()