Lines Matching refs:PTy
329 class PTy { class
332 PTy(Base *B) : B(B) {} in PTy() function in __anon7e6d81b80311::pointer_wrappers::PTy
342 template <> struct simplify_type<pointer_wrappers::PTy> {
344 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()
348 template <> struct simplify_type<const pointer_wrappers::PTy> {
350 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()
365 pointer_wrappers::PTy MN(nullptr);
366 pointer_wrappers::PTy MB(&B);
367 pointer_wrappers::PTy MD(&D);
370 const pointer_wrappers::PTy CN(nullptr);
371 const pointer_wrappers::PTy CB(&B);
372 const pointer_wrappers::PTy CD(&D);