Home | History | Annotate | Download | only in Support

Lines Matching defs:PTy

249 class PTy {
252 PTy(Base *B) : B(B) {}
262 template <> struct simplify_type<pointer_wrappers::PTy> {
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) {
268 template <> struct simplify_type<const pointer_wrappers::PTy> {
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) {
285 pointer_wrappers::PTy MN(nullptr);
286 pointer_wrappers::PTy MB(&B);
287 pointer_wrappers::PTy MD(&D);
290 const pointer_wrappers::PTy CN(nullptr);
291 const pointer_wrappers::PTy CB(&B);
292 const pointer_wrappers::PTy CD(&D);