Searched refs:helloptr (Results 1 – 2 of 2) sorted by relevance
6 const char *helloptr = hello; in test_pointer_arithmetic() local18 swallow(helloptr + 6); // no-warning in test_pointer_arithmetic()19 swallow(helloptr - 6); // no-warning in test_pointer_arithmetic()20 swallow(helloptr + 14); // no-warning in test_pointer_arithmetic()21 swallow(helloptr + 13); // no-warning in test_pointer_arithmetic()