Deleted Added
full compact
72a73,80
> * Returns true if this is some pointer type, false otherwise.
> */
> virtual bool __is_pointer_p() const { return false; }
> /**
> * Returns true if this is some function type, false otherwise.
> */
> virtual bool __is_function_p() const { return false; }
> /**
98,105d105
< /**
< * Returns true if this is some pointer type, false otherwise.
< */
< virtual bool __is_pointer_p() const { return false; }
< /**
< * Returns true if this is some function type, false otherwise.
< */
< virtual bool __is_function_p() const { return false; }
287d286
< virtual bool __is_pointer_p() const { return true; }
298a298
> virtual bool __is_pointer_p() const { return true; }