Searched defs:simplify_type (Results 1 – 6 of 6) sorted by relevance
32 template<typename From> struct simplify_type { struct39 template<typename From> struct simplify_type<const From> { argument
30 template<typename From> struct simplify_type { struct37 template<typename From> struct simplify_type<const From> { argument
34 template<typename From> struct simplify_type { struct41 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()
81 template <> struct simplify_type<foo> { struct82 typedef int SimpleType;83 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue()337 template <> struct simplify_type<pointer_wrappers::PTy> { struct338 typedef pointer_wrappers::Base *SimpleType;339 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()343 template <> struct simplify_type<const pointer_wrappers::PTy> { struct344 typedef pointer_wrappers::Base *SimpleType;345 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()