Searched defs:simplify_type (Results 1 – 2 of 2) sorted by relevance
32 template<typename From> struct simplify_type { struct39 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()262 template <> struct simplify_type<pointer_wrappers::PTy> { struct263 typedef pointer_wrappers::Base *SimpleType;264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()268 template <> struct simplify_type<const pointer_wrappers::PTy> { struct269 typedef pointer_wrappers::Base *SimpleType;270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()