Searched defs:simplify_type (Results 1 – 2 of 2) sorted by relevance
34 template <typename From> struct simplify_type { struct41 template <typename From> struct simplify_type<const From> { argument
73 template <> struct simplify_type<foo> { struct74 typedef int SimpleType;75 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue()431 template <> struct simplify_type<pointer_wrappers::PTy> { struct432 typedef pointer_wrappers::Base *SimpleType;433 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()437 template <> struct simplify_type<const pointer_wrappers::PTy> { struct438 typedef pointer_wrappers::Base *SimpleType;439 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()