Searched defs:simplify_type (Results 1 – 2 of 2) sorted by relevance
34 template <typename From> struct simplify_type { struct 41 template <typename From> struct simplify_type<const From> { argument [all...]
77 template <> struct simplify_type<foo> { struct78 typedef int SimpleType;79 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue()462 template <> struct simplify_type<pointer_wrappers::PTy> { struct463 typedef pointer_wrappers::Base *SimpleType;464 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()468 template <> struct simplify_type<const pointer_wrappers::PTy> { struct469 typedef pointer_wrappers::Base *SimpleType;470 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()