Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Pointers

225 namespace Pointers {
1791 // expected-note@-2 {{subtraction of pointers to type 'int [0]' of zero size}}
1795 return &arr[3] - &arr[0]; // expected-note {{subtraction of pointers to type 'int [0]' of zero size}}